- Timestamp:
- Aug 5, 2008, 2:07:07 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080719/ippTools/share/faketool_find_pendingexp.sql
r18644 r18923 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.
