Revision 10626
Added by Aaron Marcuse-Kubitza about 11 years ago
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
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)