Changeset 24902 for branches/czw_branch/cleanup/ippTools/share/dettool_pendingcleanup_normalizedexp.sql
- 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_normalizedexp.sql
r19092 r24902 6 6 USING(det_id,iteration) 7 7 WHERE 8 detRunSummary.data_state = 'goto_cleaned' 9 AND detNormalizedExp.data_state = 'full' 8 ((detRunSummary.data_state = 'goto_cleaned' 9 AND detNormalizedExp.data_state = 'full') 10 OR (detRunSummary.data_state = 'goto_scrubbed' 11 AND detNormalizedExp.data_state = 'full') 12 OR (detRunSummary.data_state = 'goto_purged' 13 AND detNormalizedExp.data_state = 'full') 14 OR detNormalizedExp.data_state = 'goto_cleaned' 15 OR detNormalizedExp.data_state = 'goto_scrubbed' 16 OR detNormalizedExp.data_state = 'goto_purged') 17
Note:
See TracChangeset
for help on using the changeset viewer.
