Subject | Re: [ib-support] Varchar naming |
---|---|
Author | Helen Borrie |
Post date | 2002-10-23T03:34:03Z |
At 03:05 AM 23-10-02 +0000, you wrote:
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
>Is it just me or do VARCHAR column's names have to be in doubleIt's just you. :-)
>quotes, while integers don't?
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