Project

General

Profile

« Previous | Next » 

Revision 11491

inputs/SALVIAS/projects/postprocess.sql: remove example data

View differences:

inputs/SALVIAS/projects/postprocess.sql
19 19
	-- VegBank
20 20
	, 'INW Vegetation Plots'
21 21
); -- runtime: 10 s ("10193.125 ms") @starscream
22

  
23

  
24
-- remove example data
25
DELETE FROM :table
26
WHERE project_name IN (
27
	/* from mailto:bboyle@email.arizona.edu?Brad_Boyle.2013-10-28:12:27.Re:+Removing+duplicates+from+SALVIAS+plots ,
28
	wiki.vegpath.org/2013-10-25_conference_call#SALVIAS-deduplication : */
29
	  'nsf_example'
30
); -- runtime: ~0 ("1.476 ms") @starscream

Also available in: Unified diff