Changeset 29515 for branches/eam_branches/ipp-20100823/ippTools/share/magicdstool_todestreak_warp.sql
- Timestamp:
- Oct 21, 2010, 2:45:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/ippTools/share/magicdstool_todestreak_warp.sql
r27945 r29515 6 6 camera, 7 7 magicMask.uri as streaks_uri, 8 magicMask.path_base as streaks_path_base, 8 9 CAST(NULL AS CHAR(255)) AS inv_streaks_uri, 10 CAST(NULL AS CHAR(255)) AS inv_streaks_path_base, 9 11 stage, 10 12 stage_id, … … 19 21 recoveryroot, 20 22 re_place, 21 remove 23 remove, 24 IFNULL(Label.priority, 10000) AS priority 22 25 FROM magicDSRun 23 26 JOIN magicMask USING (magic_id) … … 29 32 ON magicDSRun.magic_ds_id = magicDSFile.magic_ds_id 30 33 AND magicDSFile.component = warpSkyfile.skycell_id 34 LEFT JOIN Label ON magicDSRun.label = Label.label 31 35 WHERE 32 36 magicDSRun.state = 'new' … … 36 40 AND warpSkyfile.quality = 0 37 41 AND magicDSFile.component IS NULL 42 AND (Label.active OR Label.active IS NULL)
Note:
See TracChangeset
for help on using the changeset viewer.
