-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
For example, this query "works" but only returns data from the past ten minutes (the default in parseable when no time range is specified).
SELECT "ctx#timestamp" AS "ctx#timestamp", "ctx#event" AS "ctx#event", "data#device-state" AS "data#device-state", p_timestamp AS p_timestamp
FROM nalca1
WHERE "ctx#event" = 'bio.nalca.components.hw/set-device-state' AND p_timestamp >= '2025-01-01 00:00:00.000000' AND p_timestamp < '2025-06-06 00:00:00.000000'
LIMIT 100
How do I specify a range for p_timestamp? See also #5 and #6
Metadata
Metadata
Assignees
Labels
No labels