Changeset 19598 for trunk/ippTools/share/stacktool_tosum.sql
- Timestamp:
- Sep 18, 2008, 9:32:59 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/stacktool_tosum.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/stacktool_tosum.sql
r19558 r19598 5 5 stackRun.workdir, 6 6 stackRun.label, 7 stackRun.state, 8 rawExp.camera 7 stackRun.state 9 8 FROM stackRun 10 9 JOIN stackInputSkyfile 11 10 USING(stack_id) 12 JOIN warpSkyfile13 ON stackInputSkyfile.warp_id = warpSkyfile.warp_id14 AND stackRun.skycell_id = warpSkyfile.skycell_id15 AND stackRun.tess_id = warpSkyfile.tess_id16 JOIN warpRun17 ON warpRun.warp_id = warpSkyfile.warp_id18 JOIN fakeRun19 USING(fake_id)20 JOIN camRun21 USING(cam_id)22 JOIN chipRun23 USING(chip_id)24 JOIN rawExp25 USING(exp_id)26 11 LEFT JOIN stackSumSkyfile 27 12 USING(stack_id) … … 30 15 AND stackSumSkyfile.stack_id IS NULL) 31 16 OR 32 (stackRun.state = 'update' 17 (stackRun.state = 'update' 33 18 AND stackSumSkyfile.data_state = 'cleaned'))
Note:
See TracChangeset
for help on using the changeset viewer.
