Changeset 29515 for branches/eam_branches/ipp-20100823/ippTools/share/magicdstool_todestreak_camera.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_camera.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) … … 29 32 LEFT JOIN magicDSFile 30 33 ON magicDSRun.magic_ds_id = magicDSFile.magic_ds_id 34 LEFT JOIN Label ON magicDSRun.label = Label.label 31 35 WHERE 32 36 magicDSRun.state = 'new' … … 38 42 AND camProcessedExp.quality = 0 39 43 AND magicDSFile.component IS NULL 44 AND (Label.active OR Label.active IS NULL)
Note:
See TracChangeset
for help on using the changeset viewer.
