Changeset 19092 for trunk/ippTools/share/faketool_find_pendingexp.sql
- Timestamp:
- Aug 16, 2008, 1:27:58 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/faketool_find_pendingexp.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/faketool_find_pendingexp.sql
r18688 r19092 25 25 ON fakeRun.label = fakeMask.label 26 26 WHERE 27 fakeRun.state = ' run'28 AND camRun.state = ' stop'27 fakeRun.state = 'new' 28 AND camRun.state = 'full' 29 29 AND chipRun.state = 'full' 30 30 AND fakeMask.label IS NULL
Note:
See TracChangeset
for help on using the changeset viewer.
