Subject | Re: Case Insensitive string comparison? |
---|---|
Author | ben_ata |
Post date | 2004-04-20T21:37:36Z |
--- In firebird-support@yahoogroups.com, "submitlord"
<submitlord@y...> wrote:
then create a view with the original table's name which does an
UPPER() on the column in question.
(I'm not that experienced in Firebird, to say if that view still could
be updated...)
Thomas
<submitlord@y...> wrote:
> Is there a command to make all string comparisions case-insinsitive?Does the program update the table? If not, you could rename the table,
>
> I can't use the function: UPPER()
>
> because the sql statement is hard coded in a third party email server.
>
> Thank you,
> -sl
then create a view with the original table's name which does an
UPPER() on the column in question.
(I'm not that experienced in Firebird, to say if that view still could
be updated...)
Thomas