Changeset 14065 for trunk/ippTools/share/chiptool_pendingimfile.sql
- Timestamp:
- Jul 6, 2007, 5:42:07 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/chiptool_pendingimfile.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/chiptool_pendingimfile.sql
r14025 r14065 1 1 SELECT 2 2 chipRun.*, 3 chipInputImfile.exp_id, 4 chipInputImfile.class_id, 3 rawImfile.class_id, 5 4 rawImfile.uri, 6 5 rawExp.exp_tag, … … 10 9 rawExp.filelevel 11 10 FROM chipRun 12 JOIN chipInputImfile 13 USING(chip_id) 11 JOIN rawExp 12 USING(exp_id) 13 JOIN rawImfile 14 USING(exp_id) 14 15 LEFT JOIN chipProcessedImfile 15 ON chipInputImfile.chip_id = chipProcessedImfile.chip_id 16 AND chipInputImfile.exp_id = chipProcessedImfile.exp_id 17 AND chipInputImfile.class_id = chipProcessedImfile.class_id 18 JOIN rawImfile 19 ON chipInputImfile.exp_id = rawImfile.exp_id 20 AND chipInputImfile.class_id = rawImfile.class_id 21 JOIN rawExp 22 ON rawImfile.exp_id = rawExp.exp_id 16 ON chipRun.chip_id = chipProcessedImfile.chip_id 17 AND rawImfile.exp_id = chipProcessedImfile.exp_id 18 AND rawImfile.class_id = chipProcessedImfile.class_id 23 19 LEFT JOIN chipMask 24 20 ON chipRun.label = chipMask.label
Note:
See TracChangeset
for help on using the changeset viewer.
