Skip to content

An error occurs when applying set operations to a parenthesized query  #94

@lemonadern

Description

@lemonadern
select
    *
from
(
    (
        select
            *
        from
            tbl1
    )
    union all
    (
        select
            *
        from
            tbl2
    )
) t

including grammar problem.

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