Changeset 33384 for trunk/ippTools/share/staticskytool_result.sql
- Timestamp:
- Feb 29, 2012, 7:39:44 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/staticskytool_result.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/staticskytool_result.sql
r28959 r33384 1 SELECT DISTINCT1 SELECT 2 2 staticskyResult.*, 3 3 staticskyRun.state, … … 6 6 stackRun.tess_id, 7 7 stackRun.skycell_id, 8 stackRun.filter8 count(stackRun.filter) AS num_filters 9 9 FROM staticskyRun 10 10 JOIN staticskyResult USING(sky_id)
Note:
See TracChangeset
for help on using the changeset viewer.
