root/inputs/VegBank/taxonobservation_/create.sql @ 8559
1 |
SELECT * |
---|---|
2 |
FROM taxonobservation |
3 |
LEFT JOIN taxoninterpretation USING (taxonobservation_id) |
4 |
LEFT JOIN party collector ON collector.party_id = taxoninterpretation.collector_id |
5 |
LEFT JOIN plantconcept_ USING (plantconcept_id) |
6 |
;
|