Changeset 28959 for trunk/ippTools/share/staticskytool_result.sql
- Timestamp:
- Aug 18, 2010, 7:42:49 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/staticskytool_result.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/staticskytool_result.sql
r28091 r28959 1 SELECT 1 SELECT DISTINCT 2 2 staticskyResult.*, 3 3 staticskyRun.state, 4 staticskyRun.tess_id,5 staticskyRun.skycell_id,6 staticskyRun.filter,7 4 staticskyRun.workdir, 8 5 staticskyRun.label, 6 stackRun.tess_id, 7 stackRun.skycell_id, 8 stackRun.filter 9 9 FROM staticskyRun 10 JOIN staticskyResult 11 USING(stack_id) 10 JOIN staticskyResult USING(sky_id) 11 JOIN staticskyInput USING(sky_id) 12 JOIN stackRun using(stack_id)
Note:
See TracChangeset
for help on using the changeset viewer.
