Subject Re: [ib-support] Varchar naming
Author Helen Borrie
At 03:05 AM 23-10-02 +0000, you wrote:
>Is it just me or do VARCHAR column's names have to be in double
>quotes, while integers don't?

It's just you. :-)

No column names have to be in double quotes unless you make it so that they
DO have to be, by defining them in double quotes.

However...

any column name that is also a keyword, or any column name containing an
illegal character such as a blank, DOES have to be in double quotes and the
DDL parser will enforce that by emitting a string of alphabuse at you.

heLen