Subject | Re: Keyword as column name |
---|---|
Author | agentsinaction |
Post date | 2004-04-14T09:34:17Z |
> select test."min" from testThanks for your answer... Yes, I would prefer other column names,
>
> But personally I would go with a different name anyway.
too, but it's because of migration...
Now, I have another question... As Firebird generally seems to be
case insensitive regarding column names, the quoted column seems to
be so...
select x from y = select X from y = select "x" from y != select "X"
from y
Is there a way to make firebird's treatment of quoted column names
case insensitive, too?
JOERN_HEID