Changeset 21334
- Timestamp:
- Feb 5, 2009, 11:43:09 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/chiptool_pendingimfile.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/chiptool_pendingimfile.sql
r21333 r21334 9 9 rawExp.telescope, 10 10 rawExp.filelevel 11 FROM chipImfile 12 JOIN chipRun 13 USING(chip_id) 11 FROM chipRun 14 12 JOIN rawExp 15 13 USING(exp_id) 16 14 JOIN rawImfile 17 15 ON rawExp.exp_id = rawImfile.exp_id 18 AND chipImfile.class_id = rawImfile.class_id19 16 AND rawImfile.ignored = 0 17 JOIN chipImfile 18 USING(chip_id, class_id) 20 19 LEFT JOIN chipProcessedImfile 21 20 ON chipRun.chip_id = chipProcessedImfile.chip_id
Note:
See TracChangeset
for help on using the changeset viewer.
