Changeset 25400 for branches/eam_branches/20090715/ippTools/share/dettool_pendingcleanup_stacked.sql
- Timestamp:
- Sep 15, 2009, 3:58:41 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/ippTools/share/dettool_pendingcleanup_stacked.sql
r19092 r25400 1 SELECT 1 SELECT DISTINCT 2 2 detStackedImfile.*, 3 detRunSummary.data_state3 rawExp.camera 4 4 FROM detRunSummary 5 5 JOIN detStackedImfile 6 USING(det_id,iteration) 6 USING(det_id,iteration) 7 JOIN detInputExp 8 USING(det_id,iteration) 9 JOIN rawExp 10 USING(exp_id) 7 11 WHERE 8 detRunSummary.data_state = 'goto_cleaned' 9 AND detStackedImfile.data_state = 'full' 12 ((detRunSummary.data_state = 'goto_cleaned' 13 AND detStackedImfile.data_state = 'full') 14 OR (detRunSummary.data_state = 'goto_scrubbed' 15 AND detStackedImfile.data_state = 'full') 16 OR (detRunSummary.data_state = 'goto_purged' 17 AND detStackedImfile.data_state = 'full') 18 OR detStackedImfile.data_state = 'goto_cleaned' 19 OR detStackedImfile.data_state = 'goto_scrubbed' 20 OR detStackedImfile.data_state = 'goto_purged')
Note:
See TracChangeset
for help on using the changeset viewer.
