Changeset 18688 for trunk/ippTools/share/faketool_find_pendingexp.sql
- Timestamp:
- Jul 23, 2008, 3:17:52 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/faketool_find_pendingexp.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/faketool_find_pendingexp.sql
r18448 r18688 1 1 -- this query is used by both camtool -pendingexp & camtool -addprocessedexp it 2 2 -- does a little more work then is necessary for -addprocessed but it seems 3 -- "cleaner" to use the same query for both cases 3 -- "cleaner" to use the same query for both cases 4 4 SELECT * FROM 5 5 (SELECT … … 29 29 AND chipRun.state = 'full' 30 30 AND fakeMask.label IS NULL 31 AND fakeProcessedImfile.fake_id IS N ULL31 AND fakeProcessedImfile.fake_id IS NOT NULL 32 32 GROUP BY 33 33 fakeRun.fake_id
Note:
See TracChangeset
for help on using the changeset viewer.
