- Timestamp:
- May 18, 2010, 5:06:01 PM (16 years ago)
- Location:
- branches/czw_branch/20100427
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/chiptool_pendingimfile.sql (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100427
- Property svn:mergeinfo changed
-
branches/czw_branch/20100427/ippTools/share/chiptool_pendingimfile.sql
r27738 r28017 10 10 rawExp.camera, 11 11 rawExp.telescope, 12 rawExp.filelevel 12 rawExp.filelevel, 13 IFNULL(Label.priority, 10000) AS priority, 14 chipProcessedImfile.path_base 13 15 FROM chipRun 14 16 JOIN rawExp … … 25 27 LEFT JOIN chipMask 26 28 ON chipRun.label = chipMask.label 29 LEFT JOIN Label ON chipRun.label = Label.label 27 30 WHERE 28 31 ((chipRun.state = 'new' … … 35 38 AND chipProcessedImfile.data_state = 'update' 36 39 AND chipProcessedImfile.fault = 0)) 40 AND (Label.active OR Label.active IS NULL)
Note:
See TracChangeset
for help on using the changeset viewer.
