- Timestamp:
- Feb 8, 2010, 4:06:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/dettool_pendingcleanup_residexp.sql
r25324 r26815 1 SELECT 1 SELECT DISTINCT 2 2 detResidExp.*, 3 3 rawExp.camera 4 FROM detRunSummary 5 JOIN detResidExp 6 USING(det_id,iteration) 4 FROM detResidExp 7 5 JOIN detInputExp 8 USING(det_id, iteration,exp_id)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 detResidExp.data_state = 'full') 14 OR (detRunSummary.data_state = 'goto_scrubbed' 15 AND detResidExp.data_state = 'full') 16 OR (detRunSummary.data_state = 'goto_purged' 17 AND detResidExp.data_state = 'full') 18 OR detResidExp.data_state = 'goto_cleaned' 10 (detResidExp.data_state = 'goto_cleaned' 19 11 OR detResidExp.data_state = 'goto_scrubbed' 20 12 OR detResidExp.data_state = 'goto_purged')
Note:
See TracChangeset
for help on using the changeset viewer.
