- Timestamp:
- Aug 27, 2008, 5:57:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/stacktool_definebyquery_insert_random_part1.sql
r19249 r19258 14 14 FROM warpSkyfile 15 15 JOIN warpRun 16 USING(warp_id , tess_id)16 USING(warp_id) 17 17 JOIN fakeRun 18 USING(fake_id , tess_id)18 USING(fake_id) 19 19 JOIN camRun 20 USING(cam_id , tess_id)20 USING(cam_id) 21 21 JOIN chipRun 22 USING(chip_id , tess_id)22 USING(chip_id) 23 23 JOIN rawExp 24 USING(exp_id , tess_id)24 USING(exp_id) 25 25 WHERE 26 26 skycell_id = '%s' 27 AND tess_id = '%s'28 AND rawExp.filter = '%s' 27 AND warpRun.state = 'full' 28 AND rawExp.filter = '%s' -- the result of the query is grouped by filter and inserted for one at a time 29 29 AND warpSkyfile.fault = 0 30 30 AND warpSkyfile.ignored = 0
Note:
See TracChangeset
for help on using the changeset viewer.
