- Timestamp:
- Jun 28, 2007, 12:01:22 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/backtrack/ippTools/share/chiptool_pendingimfile.sql
r12259 r13990 1 1 SELECT 2 chipPendingExp.*, 2 chipRun.*, 3 chipPendingImfile.exp_tag, 3 4 chipPendingImfile.class_id, 4 chipPendingImfile.uri,5 rawImfile.uri, 5 6 rawExp.exp_id, 6 7 rawExp.camera, 7 8 rawExp.telescope, 8 9 rawExp.filelevel 9 FROM chip PendingImfile10 JOIN chipPending Exp10 FROM chipRun 11 JOIN chipPendingImfile 11 12 USING(chip_id) 13 LEFT JOIN chipProcessedImfile 14 ON chipPendingImfile.chip_id = chipProcessedImfile.chip_id 15 AND chipPendingImfile.exp_tag = chipProcessedImfile.exp_tag 16 AND chipPendingImfile.class_id = chipProcessedImfile.class_id 17 JOIN rawImfile 18 ON chipPendingImfile.exp_tag = rawImfile.exp_tag 19 AND chipPendingImfile.class_id = rawImfile.class_id 12 20 JOIN rawExp 13 ON chipPendingExp.exp_tag = rawExp.exp_tag21 ON rawImfile.exp_tag = rawExp.exp_tag 14 22 LEFT JOIN chipMask 15 ON chip PendingExp.label = chipMask.label23 ON chipRun.label = chipMask.label 16 24 WHERE 17 chipMask.label IS NULL 25 chipRun.state = 'run' 26 AND chipProcessedImfile.chip_id IS NULL 27 AND chipProcessedImfile.exp_tag IS NULL 28 AND chipProcessedImfile.class_id IS NULL 29 AND chipMask.label IS NULL
Note:
See TracChangeset
for help on using the changeset viewer.
