- Timestamp:
- Dec 6, 2012, 6:32:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20120906/ippTools/share/staticskytool_todo.sql
r33034 r34772 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.
