FirebirdSQL / firebird-documentation

Firebird documentation
https://www.firebirdsql.org/en/firebird-rdbms/
34 stars 14 forks source link

SELECT syntax <common-table-expression> seems to be used incorrectly #182

Closed mrotteveel closed 1 year ago

mrotteveel commented 1 year ago

In the language reference, in the SELECT syntax, the <common-table-expression> is used incorrectly in <source>, resulting in an incorrect syntax description, either it was meant to be part of the <derived-table> syntax, or it was meant as <common-table-name> or something. Check the actual syntax and update it for correctness (preferably in fblangref25, fblangref30, fblangref40 and fblangref50).