Revision 11825
Added by Aaron Marcuse-Kubitza about 11 years ago
schemas/vegbien.sql | ||
---|---|---|
4101 | 4101 |
source.sourcetype, |
4102 | 4102 |
source.observationtype |
4103 | 4103 |
FROM source |
4104 |
WHERE (EXISTS ( SELECT NULL::unknown |
|
4104 |
WHERE (EXISTS ( SELECT NULL::unknown AS unknown
|
|
4105 | 4105 |
FROM taxonoccurrence |
4106 | 4106 |
WHERE (taxonoccurrence.source_id = source.source_id) |
4107 | 4107 |
LIMIT 1))) s |
Also available in: Unified diff
schemas/vegbien.sql: synced to DB (the view renderer apparently changed the text of a view)