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