Skip to content

Error with parentheses around select statement #484

Open
@M393

Description

@M393

This statement produces an error.

INSERT INTO A (b) (SELECT 1)

The parentheses around the SELECT subquery are optional. The following works without an error:

INSERT INTO A (b) SELECT 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions