Subject | Re: [firebird-support] FB2.1 reserved word problem |
---|---|
Author | Tony Christiansen |
Post date | 2009-03-23T04:43:56Z |
>So Firebird lets you reference a "keyword" table column in ALTER TABLE
> "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"
>
(to allow you to change it?) but not in SELECT?