Subject Re: [firebird-support] FB2.1 reserved word problem
Author Tony Christiansen
>
> "START" and START are two different identifiers. You would have needed
> to do this to make the (now illegal) identifier START into "START":
>
> ALTER TABLE TIMES ALTER START TO "START"
>

So Firebird lets you reference a "keyword" table column in ALTER TABLE
(to allow you to change it?) but not in SELECT?