Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How to Disable Case sensivity for string compare ?

Re: How to Disable Case sensivity for string compare ?

From: Olivier Bercovitz <olivier.bercovitz_at_steria.fr>
Date: Thu, 19 Nov 1998 15:33:45 GMT
Message-ID: <36543A03.4F2B9594@steria.fr>


Hello

you're right Em, but with this (where upper(col1) =....) Oracle will not use an existing index on col1.......

Regards

Em Pradhan wrote:

> hi
> select * from case_checker upper(col1)=upper('kdjfalkfad');
> cheers..
>
> Loy&Hutz wrote:
>
> > I īd like to have the same behaviour like MS access.
> >
> > Is there a possibility / switch to dissable the case sensitivity for all
> > actions
> >
> > e.g.
> >
> > Select * from Tbl1 where Col1 = 'a'
> >
> > ->>>
> > Results with Col11 = 'A' or 'a'
> >
> > Perhaps with sort order ?
> >
> > Greetings Sven Kunze
Received on Thu Nov 19 1998 - 09:33:45 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US