- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/stacktool_definebyquery_insert_random_part1.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippTools/share/stacktool_definebyquery_insert_random_part1.sql
r23688 r25027 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.
