Skip to content

Allow nested parenthesized joined table #7576

Closed
@mrotteveel

Description

@mrotteveel

The current syntax allows only a single level of parentheses around joined tables, but the SQL:2016 syntax is:

<table primary> ::=
     [...]
  | <parenthesized joined table>

<parenthesized joined table> ::=
    <left paren> <parenthesized joined table> <right paren>
  | <left paren> <joined table> <right paren>

[...]

A simple syntax change allows this (I'll push a pull request shortly).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions