Skip to content

[Query engine] Support INSERT ... SELECT for fixed values #726

@levkk

Description

@levkk

Description

Support a statement like this one:

INSERT INTO x_table SELECT pgdog.unique_id(), 1, 'test';`

The SELECT clause must not reference any tables, since that'll require multi-step execution (on the TODO list).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bleeding edgeExciting new frontier stuff.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions