Changeset 38296 for trunk/ippTools/share/staticskytool_todo.sql
- Timestamp:
- May 21, 2015, 8:13:08 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/staticskytool_todo.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/staticskytool_todo.sql
r34726 r38296 12 12 skycell.glong, 13 13 skycell.glat, 14 staticskyResult.path_base, 14 15 IFNULL(Label.priority, 10000) AS priority 15 16 FROM staticskyRun … … 20 21 LEFT JOIN Label ON staticskyRun.label = Label.label 21 22 WHERE 22 (staticskyRun.state = 'new' AND staticskyResult.sky_id IS NULL) 23 ((staticskyRun.state = 'new' AND staticskyResult.sky_id IS NULL) 24 OR (staticskyRun.state = 'update' AND staticskyResult.fault = 0)) 25 23 26 AND (Label.active OR Label.active IS NULL) 24 27
Note:
See TracChangeset
for help on using the changeset viewer.
