Changeset 28959 for trunk/ippTools/share/disttool_toadvance.sql
- Timestamp:
- Aug 18, 2010, 7:42:49 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/disttool_toadvance.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/disttool_toadvance.sql
r28733 r28959 240 240 AND distComponent.fault = 0 241 241 UNION 242 -- staticsky stage 243 -- NOTE this assumes that there is only one component per staticskyRun 244 -- (one skycell) 245 SELECT 246 distRun.dist_id, 247 stage, 248 stage_id, 249 outroot, 250 label, 251 clean 252 FROM distRun 253 JOIN staticskyResult on stage_id = sky_id 254 LEFT JOIN distComponent 255 ON distRun.dist_id = distComponent.dist_id 256 WHERE 257 distRun.state = 'new' 258 AND distRun.fault = 0 259 AND distRun.stage = 'sky' 260 AND distComponent.component IS NOT NULL 261 AND distComponent.fault = 0 262 UNION 242 263 -- SSdiff stage 243 264 SELECT
Note:
See TracChangeset
for help on using the changeset viewer.
