- Timestamp:
- May 29, 2012, 5:08:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120405/ippTools/share/staticskytool_result.sql
r33384 r33949 6 6 stackRun.tess_id, 7 7 stackRun.skycell_id, 8 count(stackRun.filter) AS num_filters 8 count(stackRun.filter) AS num_filters, 9 skycell.glong, 10 skycell.glat 9 11 FROM staticskyRun 10 12 JOIN staticskyResult USING(sky_id) 11 13 JOIN staticskyInput USING(sky_id) 12 JOIN stackRun using(stack_id) 14 JOIN stackRun USING(stack_id) 15 LEFT JOIN skycell USING(tess_id, skycell_id)
Note:
See TracChangeset
for help on using the changeset viewer.
