Subject Re: [firebird-support] Is start a reserved word?
Author Tony Christiansen
Hi Lars

I too was caught by this. START is a reserved word. I think you have to
change the name of the field

Either
ALTER TABLE xxx ALTER START TO "START"
or
ALTER TABLE xx ALTER START TO whatever

Either way is lots of editing of your sql statements

Regards
Tony

Lars Sandmark wrote:
>
> Is start a reserved word? How can I get around this? In my application I
> have hundreds of SQL-questions referring to tables with the fieldname start.
>
> Can anyone help?
>
> Thanks
> Lars
>
> [Non-text portions of this message have been removed]
>