Project

General

Profile

1
SELECT *
2
FROM "taxonObservation"
3
LEFT JOIN "taxonInterpretation" USING ("TAXONOBSERVATION_ID")
4
LEFT JOIN "plantConcept_" USING ("PLANTCONCEPT_ID")
5
;
(3-3/9)