- Timestamp:
- May 25, 2012, 11:17:45 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.
