Changeset 27840 for branches/simtest_nebulous_branches/ippTools/share/dettool_pendingcleanup_processedimfile.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_processedimfile.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippTools/share/dettool_pendingcleanup_processedimfile.sql
r19092 r27840 1 -- need to restrict to a single detRunSummary (require all to say 'cleaned'?) 2 SELECT 1 SELECT DISTINCT 3 2 detProcessedImfile.*, 4 detRunSummary.data_state 5 FROM detRunSummary 6 JOIN detProcessedImfile 7 USING(det_id) 3 rawExp.camera 4 FROM detProcessedImfile 5 JOIN detInputExp 6 USING(det_id,exp_id) 7 JOIN rawExp 8 USING(exp_id) 8 9 WHERE 9 detRunSummary.data_state = 'goto_cleaned' 10 AND detProcessedImfile.data_state = 'full' 10 (detProcessedImfile.data_state = 'goto_cleaned' 11 OR detProcessedImfile.data_state = 'goto_scrubbed' 12 OR detProcessedImfile.data_state = 'goto_purged') 13
Note:
See TracChangeset
for help on using the changeset viewer.
