Skip to content

INSERT INTO ... SELECT ... RETURNING  #1660

Closed
@lovasoa

Description

@lovasoa

The following is a valid and useful sql query:

INSERT INTO table1 SELECT * FROM table2 RETURNING id

However, we currently fail to parse it with: ParserError("Expected: end of statement, found: id").

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