Skip to content

CTE disallowed as read_query limited to statements starting with SELECT #22

@dkj

Description

@dkj

Is there any way that the read_query tools can have its "begin with SELECT" limitation removed to allow CTE queries i.e.

WITH mycte AS (SELECT foo FROM bar JOIN hoo USING(id_nuts)) SELECT * FROM mycte;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions