Skip to content

Bit flag support in queries #4950

@vanillajonathan

Description

@vanillajonathan

What's up?

In SQL I can use bit flag in my queries, for example:

SELECT *
FROM Tasks
WHERE (StatusFlags & 4) = 4;

It would be good if I could use bit flag in PRQL queries too.

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