Changeset 14023 for trunk/ippTools/share/regtool_find_unprocessed_exp.sql
- Timestamp:
- Jul 5, 2007, 3:16:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/regtool_find_unprocessed_exp.sql
r14018 r14023 4 4 FROM newExp 5 5 JOIN newImfile 6 USING(exp_ tag)6 USING(exp_id) 7 7 LEFT JOIN rawExp 8 USING(exp_ tag)8 USING(exp_id) 9 9 WHERE 10 10 newExp.state = 'run' 11 AND rawExp.exp_ tagIS NULL11 AND rawExp.exp_id IS NULL 12 12 AND newExp.imfiles = 13 (SELECT COUNT(exp_ tag) FROM rawImfile14 WHERE rawImfile.exp_ tag = newExp.exp_tag)) as Foo13 (SELECT COUNT(exp_id) FROM rawImfile 14 WHERE rawImfile.exp_id = newExp.exp_id)) as Foo 15 15 WHERE 16 exp_ tag= '%s'16 exp_id = '%s'
Note:
See TracChangeset
for help on using the changeset viewer.
