Changeset 14023 for trunk/ippTools/share/regtool_pendingimfile.sql
- Timestamp:
- Jul 5, 2007, 3:16:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/regtool_pendingimfile.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/regtool_pendingimfile.sql
r12086 r14023 1 SELECT 2 newImfile.*, 3 newExp.workdir 4 FROM newImfile 5 LEFT JOIN newExp 6 USING(exp_tag) 7 LEFT JOIN rawExp 8 USING(exp_tag) 9 WHERE 10 newExp.exp_tag is NOT NULL 11 AND rawExp.exp_tag IS NULL 1 SELECT DISTINCT * FROM 2 (SELECT 3 newExp.exp_id, 4 newExp.tmp_exp_name, 5 newExp.tmp_camera, 6 newExp.tmp_telescope, 7 newExp.workdir, 8 newImfile.tmp_class_id, 9 newImfile.uri 10 FROM newImfile 11 JOIN newExp 12 USING(exp_id) 13 LEFT JOIN rawImfile 14 ON newExp.exp_id = rawImfile.exp_id 15 AND newImfile.tmp_class_id = rawImfile.tmp_class_id 16 WHERE 17 newExp.state = 'run' 18 AND rawImfile.tmp_class_id IS NULL) as Foo
Note:
See TracChangeset
for help on using the changeset viewer.
