mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-10 15:17:41 +00:00
commented out test
This commit is contained in:
@ -1,9 +1,7 @@
|
||||
WITH params AS (
|
||||
SELECT
|
||||
--TO_DATE(NULLIF($2, ''), 'YYYY-MM-DD') AS event_date,
|
||||
--string_to_array(NULLIF($4, ''), ',') AS device_ids,
|
||||
NULL::date AS event_date,
|
||||
ARRAY['8d2ae87f-4068-4f45-8eb7-9b5f5bf7c6c2'] AS device_ids
|
||||
TO_DATE(NULLIF($2, ''), 'YYYY-MM-DD') AS event_date,
|
||||
string_to_array(NULLIF($4, ''), ',') AS device_ids
|
||||
)
|
||||
|
||||
SELECT A.*
|
||||
|
Reference in New Issue
Block a user