Revision 11523
Added by Aaron Marcuse-Kubitza about 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 |
LEFT JOIN plantname USING (plantname_id) |
6 |
; -- runtime: 20 s ("18564.276") @starscream |
|
7 |
; -- runtime: 25 s ("23094.379 ms") @starscream |
Also available in: Unified diff
inputs/VegBank/taxonobservation_/create.sql: also join party_id to get the identifiedBy (not mapped yet). note that the inserted row count changes, because taxonobservation_ does not yet have a pkey to do a stable ordering with.