Changeset 27840 for branches/simtest_nebulous_branches/ippTools/share/magicdstool_torevert_camera.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/magicdstool_torevert_camera.sql (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippTools/share/magicdstool_torevert_camera.sql
r24883 r27840 1 1 SELECT 2 2 magic_ds_id, 3 magicDSRun.state, 3 4 exp_id, 4 5 re_place, … … 10 11 camProcessedExp.path_base, 11 12 camProcessedExp.path_base AS cam_path_base, 13 0 AS bothways, 12 14 0 AS bytes, 13 15 0 AS md5sum … … 19 21 JOIN rawExp using(exp_id) 20 22 WHERE magicDSRun.stage = 'camera' 21 AND (magicDSRun.state = 'new' OR magicDSRun.state = 'censored') 22 AND magicDSFile.fault > 0 23 AND ((magicDSRun.state = 'new' AND magicDSFile.fault > 0) 24 OR ((magicDSRun.state = 'goto_censored' OR magicDSRun.state = 'goto_restored') 25 AND (backup_path_base IS NOT NULL) 26 ) 27 )
Note:
See TracChangeset
for help on using the changeset viewer.
