Add xGen page

This commit is contained in:
ivarsbariss
2026-03-05 11:41:28 +01:00
parent 6aa6f485c5
commit 3a48064c27
42 changed files with 2214 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