- Timestamp:
- Jan 31, 2011, 2:51:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/ippTools/share/disttool_pending_sky.sql
r28959 r30446 15 15 staticskyResult.quality, 16 16 1 AS no_magic, 17 0 AS magicked 17 0 AS magicked, 18 IFNULL(Label.priority, 10000) AS priority 18 19 FROM distRun 19 20 JOIN distTarget USING(target_id, stage, clean) … … 43 44 ON distRun.dist_id = distComponent.dist_id 44 45 AND stackRun.skycell_id = distComponent.component 46 LEFT JOIN Label ON distRun.label = Label.label 45 47 WHERE 46 48 distRun.state = 'new' … … 49 51 AND (staticskyRun.state = 'full' OR (distRun.clean AND staticskyRun.state = 'cleaned')) 50 52 AND (staticskyResult.fault = 0 AND staticskyResult.quality = 0) 53 AND (Label.active OR Label.active IS NULL)
Note:
See TracChangeset
for help on using the changeset viewer.
