Changeset 29515 for branches/eam_branches/ipp-20100823/ippTools/share/magicdstool_todestreak_chip.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_chip.sql
r27945 r29515 7 7 camera, 8 8 magicMask.uri AS streaks_uri, 9 magicMask.path_base AS streaks_path_base, 9 10 CAST(NULL AS CHAR(255)) AS inv_streaks_uri, 11 CAST(NULL AS CHAR(255)) AS inv_streaks_path_base, 10 12 stage, 11 13 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) … … 31 34 ON magicDSRun.magic_ds_id = magicDSFile.magic_ds_id 32 35 AND magicDSFile.component = chipProcessedImfile.class_id 36 LEFT JOIN Label 37 ON magicDSRun.label = Label.label 33 38 WHERE 34 39 magicDSRun.state = 'new' … … 38 43 AND chipProcessedImfile.quality = 0 39 44 AND magicDSFile.component IS NULL 45 AND (Label.active OR Label.active IS NULL)
Note:
See TracChangeset
for help on using the changeset viewer.
