Revision 6175
Added by Aaron Marcuse-Kubitza about 12 years ago
create.sql | ||
---|---|---|
1 | 1 |
SELECT * |
2 | 2 |
FROM taxonobservation |
3 | 3 |
LEFT JOIN taxoninterpretation USING (taxonobservation_id) |
4 |
LEFT JOIN party collector ON collector.party_id = taxoninterpretation.collector_id |
|
4 | 5 |
LEFT JOIN plantconcept_ USING (plantconcept_id) |
5 | 6 |
; |
Also available in: Unified diff
inputs/VegBank/taxonobservation_/create.sql: Also join to collector_id's party to include collector name