root/inputs/VegBank/taxonobservation_/create.sql @ 11969
1 |
SELECT * |
---|---|
2 |
FROM taxonobservation |
3 |
LEFT JOIN taxoninterpretation USING (taxonobservation_id) |
4 |
LEFT JOIN party USING (party_id) |
5 |
LEFT JOIN plantconcept_ USING (plantconcept_id) |
6 |
LEFT JOIN plantname USING (plantname_id) |
7 |
; -- runtime: 25 s ("23094.379 ms") @starscream |