root/inputs/VegBank/taxonobservation_/create.sql @ 4592
1 |
SELECT * |
---|---|
2 |
FROM taxonobservation |
3 |
LEFT JOIN taxoninterpretation USING (taxonobservation_id) |
4 |
LEFT JOIN plantconcept_ USING (plantconcept_id) |
5 |
;
|
6 |
ALTER TABLE :table DROP COLUMN row_num; |