- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/dettool_pendingcleanup_stacked.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/ippTools/share/dettool_pendingcleanup_stacked.sql
r25324 r27838 1 SELECT DISTINCT1 ySELECT DISTINCT 2 2 detStackedImfile.*, 3 3 rawExp.camera 4 FROM detRunSummary 5 JOIN detStackedImfile 6 USING(det_id,iteration) 4 FROM detStackedImfile 7 5 JOIN detInputExp 8 USING(det_id, iteration)6 USING(det_id,exp_id) 9 7 JOIN rawExp 10 8 USING(exp_id) 11 9 WHERE 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' 10 (detStackedImfile.data_state = 'goto_cleaned' 19 11 OR detStackedImfile.data_state = 'goto_scrubbed' 20 12 OR detStackedImfile.data_state = 'goto_purged')
Note:
See TracChangeset
for help on using the changeset viewer.
