Project

General

Profile

« Previous | Next » 

Revision 11809

fix: inputs/CVS/taxonObservation_/create.sql: mapped identifiedBy, which involves joining to party

View differences:

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