Revision 7412
Added by Aaron Marcuse-Kubitza almost 12 years ago
inputs/FIA/FIA_COND_unique/create.sql | ||
---|---|---|
1 |
CREATE TABLE :table AS |
|
2 | 1 |
SELECT |
3 | 2 |
DISTINCT ON ("PLT_CN") |
4 | 3 |
* |
Also available in: Unified diff
inputs/FIA/FIA_COND_unique/create.sql | ||
---|---|---|
1 |
CREATE TABLE :table AS |
|
2 | 1 |
SELECT |
3 | 2 |
DISTINCT ON ("PLT_CN") |
4 | 3 |
* |
Also available in: Unified diff
inputs/FIA/FIA_COND_unique/create.sql: Fixed bug where need to remove `CREATE TABLE :table AS` at beginning because that is added by the make target