root/inputs/CVS/taxonObservation_/create.sql @ 11342
1 |
SELECT * |
---|---|
2 |
FROM "taxonObservation" |
3 |
LEFT JOIN "taxonInterpretation" USING ("TAXONOBSERVATION_ID") |
4 |
LEFT JOIN "plantConcept_" USING ("PLANTCONCEPT_ID") |
5 |
;
|