Changeset 42699 for branches/eam_branches/ipp-20230313/ippTools/share/xcstacktool_definebyquery_select.sql
- Timestamp:
- Jun 24, 2024, 9:16:02 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/ippTools/share/xcstacktool_definebyquery_select.sql
r42541 r42699 5 5 xcstack_id, 6 6 stackRun.stack_id, 7 tess_id,8 s kycell_id,9 filter7 stackRun.tess_id, 8 stackRun.skycell_id, 9 stackRun.filter 10 10 FROM %s.stackRun 11 11 JOIN %s.stackSumSkyfile USING (stack_id) 12 LEFT JOIN xcstackInputSkyfile 13 ON (stackRun.stack_id = xcstackInputSkyfile.stack_id) 14 AND (xcstackInputSkyfile.camera_id = %d) 15 WHERE xcstack_id IS NULL 12 LEFT JOIN 13
Note:
See TracChangeset
for help on using the changeset viewer.
