Revision 12040
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/inputs/SALVIAS/verify/plots.out.sql | ||
---|---|---|
13 | 13 |
ORDER BY projectname |
14 | 14 |
; |
15 | 15 |
|
16 |
SELECT E'each project\'s # locations' AS ___;
|
|
16 |
SELECT E'each project''s # locations' AS ___;
|
|
17 | 17 |
SELECT projectname, count(*) AS locations_count |
18 | 18 |
FROM project |
19 | 19 |
JOIN locationevent USING (project_id) |
Also available in: Unified diff
bugfix: inputs/SALVIAS/verify/plots.out.sql: fixed ' quoting syntax to use '' instead of \' to escape '