Changeset 19558 for trunk/ippTools/share/stacktool_tosum.sql
- Timestamp:
- Sep 15, 2008, 2:21:00 PM (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
r19434 r19558 5 5 stackRun.workdir, 6 6 stackRun.label, 7 stackRun.state, 7 8 rawExp.camera 8 9 FROM stackRun … … 26 27 USING(stack_id) 27 28 WHERE 28 stackRun.state = 'new' 29 AND stackSumSkyfile.stack_id IS NULL 29 ((stackRun.state = 'new' 30 AND stackSumSkyfile.stack_id IS NULL) 31 OR 32 (stackRun.state = 'update' 33 AND stackSumSkyfile.data_state = 'cleaned'))
Note:
See TracChangeset
for help on using the changeset viewer.
