Changeset 19558 for trunk/ippTools/share/camtool_find_pendingexp.sql
- Timestamp:
- Sep 15, 2008, 2:21:00 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/camtool_find_pendingexp.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/camtool_find_pendingexp.sql
r19092 r19558 25 25 WHERE 26 26 chipRun.state = 'full' 27 AND camRun.state = 'new' 27 AND ((camRun.state = 'new' AND camProcessedExp.cam_id IS NULL) 28 OR camRun.state = 'update') 28 29 AND camMask.label IS NULL 29 AND camProcessedExp.cam_id IS NULL30 30 ) as Foo
Note:
See TracChangeset
for help on using the changeset viewer.
