Subject | Re: [firebird-support] Dropping a column |
---|---|
Author | Magnus Titho |
Post date | 2005-08-02T13:30:26Z |
skogvall wrote:
Magnus
>My problem is with a column named TIMESTAMP. FB refuses to drop thatTry quoting the column-name (alter table tab1 drop column "TIMESTAMP")
>column saying "Token unknown"
>
>What can I do?
>
>
>Best regards,--
>Bengt
>
>
Magnus