- Timestamp:
- Sep 27, 2009, 11:34:07 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/ippTools/share/magicdstool_torevert_camera.sql
r25022 r25624 1 1 SELECT 2 2 magic_ds_id, 3 magicDSRun.state, 3 4 exp_id, 4 5 re_place, … … 19 20 JOIN rawExp using(exp_id) 20 21 WHERE magicDSRun.stage = 'camera' 21 AND (magicDSRun.state = 'new' OR magicDSRun.state = 'censored') 22 AND magicDSFile.fault > 0 22 AND ((magicDSRun.state = 'new' AND magicDSFile.fault > 0) 23 OR ((magicDSRun.state = 'goto_censored' OR magicDSRun.state = 'goto_restored') 24 AND (backup_path_base IS NOT NULL) 25 ) 26 )
Note:
See TracChangeset
for help on using the changeset viewer.
