Changeset 19258 for trunk/ippTools/share/stacktool_find_complete_warps.sql
- Timestamp:
- Aug 27, 2008, 5:57:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/stacktool_find_complete_warps.sql
r19092 r19258 7 7 FROM warpRun 8 8 JOIN warpSkyfile 9 USING(warp_id , tess_id)9 USING(warp_id) 10 10 JOIN fakeRun 11 USING(fake_id , tess_id)11 USING(fake_id) 12 12 JOIN camRun 13 USING(cam_id , tess_id)13 USING(cam_id) 14 14 JOIN chipRun 15 USING(chip_id , tess_id)15 USING(chip_id) 16 16 JOIN rawExp 17 USING(exp_id , tess_id)17 USING(exp_id) 18 18 LEFT JOIN stackInputSkyfile 19 19 ON warpSkyfile.warp_id = stackInputSkyfile.warp_id 20 20 LEFT JOIN stackRun 21 ON stackRun.tess_id = warpSkyfile.tess_id 22 AND stackRun.skycell_id = warpSkyfile.skycell_id 21 ON stackRun.skycell_id = warpSkyfile.skycell_id 23 22 AND stackRun.stack_id = stackInputSkyfile.stack_id 24 23 WHERE … … 26 25 AND warpSkyfile.ignored = 0 27 26 GROUP BY 28 warpSkyfile.skycell_id, warpSkyfile.tess_id,stackRun.stack_id27 warpSkyfile.skycell_id, stackRun.stack_id 29 28 HAVING 30 29 num_avail > num_extant
Note:
See TracChangeset
for help on using the changeset viewer.
