- Timestamp:
- Jul 3, 2009, 11:48:59 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/stacktool_definebyquery_insert_random_part1.sql
r23688 r24664 19 19 JOIN camRun 20 20 USING(cam_id) 21 JOIN camProcessedExp 22 USING(cam_id) 21 23 JOIN chipRun 22 24 USING(chip_id) … … 24 26 USING(exp_id) 25 27 WHERE 26 skycell_id = ' %s'28 skycell_id = '@SKYCELL_ID@' 27 29 AND warpRun.state = 'full' 28 AND rawExp.filter = ' %s' -- the result of the query is grouped by filter and inserted for one at a time30 AND rawExp.filter = '@FILTER@' -- the result of the query is grouped by filter and inserted for one at a time 29 31 AND warpSkyfile.fault = 0 30 32 AND warpSkyfile.quality = 0
Note:
See TracChangeset
for help on using the changeset viewer.
