Project

General

Profile

« Previous | Next » 

Revision 7412

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

View differences:

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