Project

General

Profile

« Previous | Next » 

Revision 7625

inputs/SALVIAS/plotMetadata_/create.sql: Added primary key

View differences:

create.sql
1 1
SELECT *
2 2
FROM "plotMetadata"
3 3
LEFT JOIN "lookup_MethodCode" USING ("MethodCode")
4
;
5

  
6
ALTER TABLE :table ADD PRIMARY KEY ("PlotID");

Also available in: Unified diff