Changeset 26927 for trunk/ippTools/share/difftool_pendingcleanuprun.sql
- Timestamp:
- Feb 12, 2010, 12:21:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/difftool_pendingcleanuprun.sql
r25800 r26927 25 25 USING(exp_id) 26 26 WHERE 27 @INNERCONSTRAINT@ 27 28 (diffRun.state = 'goto_cleaned' OR 28 29 diffRun.state = 'goto_scrubbed' OR … … 52 53 USING(exp_id) 53 54 WHERE 55 @INNERCONSTRAINT@ 54 56 (diffRun.state = 'goto_cleaned' OR 55 57 diffRun.state = 'goto_scrubbed' OR … … 64 66 JOIN diffInputSkyfile 65 67 USING(diff_id) 66 JOIN stackSumSkyfile67 ON diffInputSkyfile.stack1 = stackSumSkyfile.stack_id68 -- JOIN stackSumSkyfile 69 -- ON diffInputSkyfile.stack1 = stackSumSkyfile.stack_id 68 70 JOIN stackInputSkyfile 69 71 ON diffInputSkyfile.stack1 = stackInputSkyfile.stack_id … … 79 81 USING(exp_id) 80 82 WHERE 83 @INNERCONSTRAINT@ 81 84 (diffRun.state = 'goto_cleaned' OR 82 85 diffRun.state = 'goto_scrubbed' OR … … 91 94 JOIN diffInputSkyfile 92 95 USING(diff_id) 93 JOIN stackSumSkyfile94 ON diffInputSkyfile.stack2 = stackSumSkyfile.stack_id96 -- JOIN stackSumSkyfile 97 -- ON diffInputSkyfile.stack2 = stackSumSkyfile.stack_id 95 98 JOIN stackInputSkyfile 96 99 ON diffInputSkyfile.stack2 = stackInputSkyfile.stack_id … … 106 109 USING(exp_id) 107 110 WHERE 111 @INNERCONSTRAINT@ 108 112 (diffRun.state = 'goto_cleaned' OR 109 113 diffRun.state = 'goto_scrubbed' OR
Note:
See TracChangeset
for help on using the changeset viewer.
