Changeset 29358 for trunk/ippTools/share/magicdstool_todestreak_camera.sql
- Timestamp:
- Oct 8, 2010, 11:15:35 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/magicdstool_todestreak_camera.sql
r27945 r29358 19 19 recoveryroot, 20 20 re_place, 21 remove 21 remove, 22 IFNULL(Label.priority, 10000) AS priority 22 23 FROM magicDSRun 23 24 JOIN magicMask USING (magic_id) … … 29 30 LEFT JOIN magicDSFile 30 31 ON magicDSRun.magic_ds_id = magicDSFile.magic_ds_id 32 LEFT JOIN Label ON magicDSRun.label = Label.label 31 33 WHERE 32 34 magicDSRun.state = 'new' … … 38 40 AND camProcessedExp.quality = 0 39 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.
