Changeset 33919 for trunk/ippTools/share
- Timestamp:
- May 25, 2012, 11:17:45 AM (14 years ago)
- Location:
- trunk/ippTools/share
- Files:
-
- 3 edited
-
staticskytool_definebyquery_inputs.sql (modified) (1 diff)
-
staticskytool_definebyquery_select.sql (modified) (2 diffs)
-
staticskytool_result.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/staticskytool_definebyquery_inputs.sql
r31689 r33919 6 6 FROM stackRun 7 7 JOIN stackSumSkyfile USING(stack_id) 8 JOIN skycell USING(tess_id, skycell_id) 8 9 WHERE stackRun.state = 'full' 9 10 AND stackSumSkyfile.fault = 0 -
trunk/ippTools/share/staticskytool_definebyquery_select.sql
r31687 r33919 10 10 FROM stackRun 11 11 JOIN stackSumSkyfile USING(stack_id) 12 JOIN skycell using(tess_id, skycell_id) 12 13 WHERE stackRun.state = 'full' 13 14 AND stackSumSkyfile.fault = 0 … … 29 30 JOIN stackRun USING(stack_id) 30 31 JOIN stackSumSkyfile USING(stack_id) 32 JOIN skycell USING(tess_id, skycell_id) 31 33 WHERE 1 32 34 -- restrict by selected filters, stackSumSkyfile.good_frac, stackRun.skycell_id, stackRun.label -
trunk/ippTools/share/staticskytool_result.sql
r33384 r33919 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.
