Changeset 27856 for trunk/ippTools/share/chiptool_pendingimfile.sql
- Timestamp:
- May 4, 2010, 10:50:29 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/chiptool_pendingimfile.sql (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/chiptool_pendingimfile.sql
r27738 r27856 10 10 rawExp.camera, 11 11 rawExp.telescope, 12 rawExp.filelevel 12 rawExp.filelevel, 13 IFNULL(Label.priority, 10000) AS priority 13 14 FROM chipRun 14 15 JOIN rawExp … … 25 26 LEFT JOIN chipMask 26 27 ON chipRun.label = chipMask.label 28 LEFT JOIN Label ON chipRun.label = Label.label 27 29 WHERE 28 30 ((chipRun.state = 'new' … … 35 37 AND chipProcessedImfile.data_state = 'update' 36 38 AND chipProcessedImfile.fault = 0)) 39 AND (Label.active OR Label.active IS NULL)
Note:
See TracChangeset
for help on using the changeset viewer.
