Changeset 42597 for branches/eam_branches/ipp-20230313/ippTools/share
- Timestamp:
- Jan 20, 2024, 10:44:12 AM (3 years ago)
- Location:
- branches/eam_branches/ipp-20230313/ippTools/share
- Files:
-
- 2 edited
-
xcfftool_summary.sql (modified) (1 diff)
-
xcfftool_toadvance.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/ippTools/share/xcfftool_summary.sql
r42596 r42597 9 9 xcForceRun.tess_id, 10 10 xcForceRun.skycell_id, 11 'summary' AS dist_component ,11 'summary' AS dist_component 12 12 FROM xcForceRun 13 13 JOIN xcForceSummary USING(xcff_id) -
branches/eam_branches/ipp-20230313/ippTools/share/xcfftool_toadvance.sql
r42596 r42597 9 9 LEFT JOIN xcForceResult USING(xcff_id, warp_id) 10 10 LEFT JOIN xcForceSummary USING(xcff_id) 11 WHERE xcForceRun.state = 'new' AND xcForceSummary. ff_id IS NULL11 WHERE xcForceRun.state = 'new' AND xcForceSummary.xcff_id IS NULL 12 12 -- WHERE hook %s 13 13 GROUP BY xcff_id
Note:
See TracChangeset
for help on using the changeset viewer.
