Changeset 43014 for branches/eam_branches/ipp-pstamp-20260421/ippTools/share/staticskytool_definebyquery_select.sql
- Timestamp:
- May 11, 2026, 3:09:36 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/ippTools/share/staticskytool_definebyquery_select.sql
r33919 r43014 22 22 LEFT JOIN ( 23 23 SELECT DISTINCT sky_id, 24 stackRun.skycell_id,25 stackRun.tess_id,26 stackRun.data_group,24 MIN(stackRun.skycell_id) as skycell_id, 25 MIN(stackRun.tess_id) as tess_id, 26 MIN(stackRun.data_group) as data_group, 27 27 COUNT(stack_id) AS num_filter 28 28 FROM staticskyRun
Note:
See TracChangeset
for help on using the changeset viewer.
