Skip to content

Can't specify range for p_timestamp #8

@nalcabio-tom

Description

@nalcabio-tom

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

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions