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