Changeset 26865 for branches/eam_branches/20091201/ippTools/share/dettool_pendingcleanup_normalizedexp.sql
- Timestamp:
- Feb 10, 2010, 4:05:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/ippTools/share/dettool_pendingcleanup_normalizedexp.sql
r25324 r26865 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.
