Changeset 34726 for trunk/ippTools
- Timestamp:
- Nov 28, 2012, 5:46:00 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/staticskytool_todo.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/staticskytool_todo.sql
r33034 r34726 7 7 stackRun.tess_id, 8 8 stackRun.skycell_id, 9 TRUNCATE(skycell.radeg/15., 4) as rahours, 10 skycell.radeg, 11 skycell.decdeg, 12 skycell.glong, 13 skycell.glat, 9 14 IFNULL(Label.priority, 10000) AS priority 10 15 FROM staticskyRun 11 16 JOIN staticskyInput USING (sky_id) 12 17 JOIN stackRun USING (stack_id) 18 JOIN skycell USING(tess_id, skycell_id) 13 19 LEFT JOIN staticskyResult USING(sky_id) 14 20 LEFT JOIN Label ON staticskyRun.label = Label.label
Note:
See TracChangeset
for help on using the changeset viewer.
