Changeset 27840 for branches/simtest_nebulous_branches/ippTools/share/dettool_pendingcleanup_processedexp.sql
- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/dettool_pendingcleanup_processedexp.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippTools/share/dettool_pendingcleanup_processedexp.sql
r19092 r27840 1 1 -- need to restrict to a single detRunSummary (require all to say 'cleaned'?) 2 SELECT 2 SELECT DISTINCT 3 3 detProcessedExp.*, 4 detRunSummary.data_state 5 FROM detRunSummary 6 JOIN detProcessedExp 7 USING(det_id) 4 rawExp.camera 5 FROM detProcessedExp 6 JOIN detInputExp 7 USING(det_id,exp_id) 8 JOIN rawExp 9 USING(exp_id) 8 10 WHERE 9 detRunSummary.data_state = 'goto_cleaned' 10 AND detProcessedExp.data_state = 'full' 11 (detProcessedExp.data_state = 'goto_cleaned' 12 OR detProcessedExp.data_state = 'goto_scrubbed' 13 OR detProcessedExp.data_state = 'goto_purged')
Note:
See TracChangeset
for help on using the changeset viewer.
