- Timestamp:
- Jul 22, 2009, 4:48:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/cleanup/ippTools/share/dettool_pendingcleanup_stacked.sql
r19092 r24902 6 6 USING(det_id,iteration) 7 7 WHERE 8 detRunSummary.data_state = 'goto_cleaned' 9 AND detStackedImfile.data_state = 'full' 8 ((detRunSummary.data_state = 'goto_cleaned' 9 AND detStackedImfile.data_state = 'full') 10 OR (detRunSummary.data_state = 'goto_scrubbed' 11 AND detStackedImfile.data_state = 'full') 12 OR (detRunSummary.data_state = 'goto_purged' 13 AND detStackedImfile.data_state = 'full') 14 OR detStackedImfile.data_state = 'goto_cleaned' 15 OR detStackedImfile.data_state = 'goto_scrubbed' 16 OR detStackedImfile.data_state = 'goto_purged')
Note:
See TracChangeset
for help on using the changeset viewer.
