Revision 11809
Added by Aaron Marcuse-Kubitza almost 11 years ago
create.sql | ||
---|---|---|
1 | 1 |
SELECT * |
2 | 2 |
FROM "taxonObservation" |
3 | 3 |
LEFT JOIN "taxonInterpretation" USING ("TAXONOBSERVATION_ID") |
4 |
LEFT JOIN party USING ("PARTY_ID") |
|
4 | 5 |
LEFT JOIN "plantConcept_" USING ("PLANTCONCEPT_ID") |
5 |
; |
|
6 |
; -- runtime: 10 s ("12372.322 ms") @starscream |
Also available in: Unified diff
fix: inputs/CVS/taxonObservation_/create.sql: mapped identifiedBy, which involves joining to party