Re: Case-insentive search

From: Ron Jorissen <para3_at_xs4all.nl>
Date: 1996/11/13
Message-ID: <32898020.4BF6_at_xs4all.nl>#1/1


Aziz Rahman wrote:
>
> We are trying to perform a case-insensitive search on a specific column
> of a table, e.g.
>
> select cust_name from customer
> where upper(street_address) like upper('pattern%');
>
> Both street_address and pattern are in mixed case. But we also want to be
> able to use the index on street_address. Is this possible ? Any
> suggestions or comments will be greatly appreciated.
>
> - Aziz Rahman
The solution is to create a extra column where you put the address in uppercase and create a index on this column. Received on Wed Nov 13 1996 - 00:00:00 CET

Original text of this message