System generated commit, initial commit

This commit is contained in:
2026-04-03 16:24:02 +00:00
parent d7af846f26
commit 9fc5f608d4
231 changed files with 17896 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
SELECT
mpe.snapshotprodmapsummary.product_type as "Product Type",
mpe.snapshotprodmapsummary.snapshot_number as "Snapshot Number",
mpe.snapshotprodmapsummary.versions as "Versions",
mpe.snapshotprodmapsummary.effective_date as "Effective Date",
mpe.snapshotprodmapsummary.expire_date as "Expire Date"
FROM mpe.snapshotprodmapsummary
WHERE snapshotprodmapsummary.expire_date > now() OR snapshotprodmapsummary.expire_date IS NULL