Changeset 23783 for trunk/ippTools/share/disttool_definebyquery_camera.sql
- Timestamp:
- Apr 9, 2009, 3:20:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/disttool_definebyquery_camera.sql
r23765 r23783 1 1 SELECT 2 'cam ' as stage,2 'camera' as stage, 3 3 camRun.cam_id as stage_id, 4 4 rawExp.exp_name as run_tag, … … 16 16 AND rcInterest.state = 'enabled' 17 17 AND distRun.dist_id IS NULL -- no existing distRun 18 AND (( !distTarget.clean ANDcamRun.state = 'full') OR (distTarget.clean AND camRun.state = 'cleaned'))18 AND ((camRun.state = 'full') OR (distTarget.clean AND camRun.state = 'cleaned'))
Note:
See TracChangeset
for help on using the changeset viewer.
