- 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_normalizedexp.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/ippTools/share/dettool_pendingcleanup_normalizedexp.sql
r25324 r27838 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.
