Project

General

Profile

« Previous | Next » 

Revision 10626

bugfix: inputs/VegBank/stemlocation_/create.sql: include 1 row for each stemlocation rather than for each stemcount, because stemcounts are instead imported as part of stemcount_ (which also includes taxonimportance)

View differences:

inputs/VegBank/stemlocation_/create.sql
1 1
SELECT *
2
FROM stemcount
3
LEFT JOIN stemlocation USING (stemcount_id)
2
FROM stemlocation
3
LEFT JOIN stemcount USING (stemcount_id)
4 4
;

Also available in: Unified diff