Subject Re: [firebird-support] FB 2.0.1: Problem with "ORDER BY"
Author Paul Vinkenoog
Hi Martin,

> The following Query reports an error "column unknown Person.Name1":
>
> SELECT * FROM Person P
>
> ORDER BY Person.Name1

> Is this a new syntax or a bug by Firebird 2.0 ?

Stricter syntax. Once you define a table alias, the original table
name is obfuscated. This is documented in the Release Notes.


HTH,
Paul Vinkenoog