Subject Re: [IBO] USING TwwIBOTable
Author Ed Malloy
Sorry Dan,

The usual sytax doesn't work in this case because "Year" no matter how
you deal with it is a reserved word.

ed

Daniel Rail wrote:
>
> To drop the column, reference the column as "YEAR" (i.e. ALTER TABLE
> YOUR_TABLE DROP "YEAR")
>