Project

General

Profile

1 4529 aaronmk
SELECT *
2
FROM taxonobservation
3
LEFT JOIN taxoninterpretation USING (taxonobservation_id)
4 10688 aaronmk
LEFT JOIN plantconcept_       USING (plantconcept_id)
5
LEFT JOIN plantname           USING (plantname_id)
6
; -- runtime: 15 s ("Time: 14639.599 ms") @starscream