Skip to content

Add UNION/INTERSECT/EXCEPT support for compound SELECT #8

Description

@renecannao

Support compound queries with full recursive nesting:

  • UNION [ALL], INTERSECT [ALL], EXCEPT [ALL]
  • Parenthesized compound queries with precedence (INTERSECT binds tighter)
  • Trailing ORDER BY / LIMIT on compound result

Depends on: SELECT parser (done)

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