On Wed, May 21, 2003 at 10:58:26 +0100,
"Nigel J. Andrews" <nandrews(at)investsystems(dot)co(dot)uk> wrote:
>
> Syntax:
> SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]
> * | expression [ AS output_name ] [, ...]
This syntax expression does seem wrong. Usually concatenation takes
precedence over alternation. I think there really should be {}s around
the second line.