Fix typos procedure select and update

This commit is contained in:
khuss
2025-06-04 17:32:50 -04:00
parent 80e89dd035
commit ee0261d102
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
ITH params AS (
WITH params AS (
SELECT
$1::uuid AS space_uuid,
TO_DATE(NULLIF($2, ''), 'YYYY-MM') AS event_month

View File

@ -5,7 +5,7 @@ WITH params AS (
),
-- Query Pipeline Starts Here
WITH device_space AS (
device_space AS (
SELECT
device.uuid AS device_id,
device.space_device_uuid AS space_id,