- Timestamp:
- Sep 10, 2009, 12:52:50 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/dettool_pendingcleanup_residexp.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/czw_branch/cleanup merged: 24713,24743,24785,24835,24902,24913,24951-24952,24972
- Property svn:mergeinfo changed
-
trunk/ippTools/share/dettool_pendingcleanup_residexp.sql
r19092 r25324 1 1 SELECT 2 2 detResidExp.*, 3 detRunSummary.data_state3 rawExp.camera 4 4 FROM detRunSummary 5 5 JOIN detResidExp 6 6 USING(det_id,iteration) 7 JOIN detInputExp 8 USING(det_id,iteration,exp_id) 9 JOIN rawExp 10 USING(exp_id) 7 11 WHERE 8 detRunSummary.data_state = 'goto_cleaned' 9 AND detResidExp.data_state = 'full' 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' 19 OR detResidExp.data_state = 'goto_scrubbed' 20 OR detResidExp.data_state = 'goto_purged')
Note:
See TracChangeset
for help on using the changeset viewer.
