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).
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).