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: Em Pradhan <empradhan_at_dplus.net>
Date: Thu, 19 Nov 1998 08:27:16 -0500
Message-ID: <36541CB4.AF92E50F@dplus.net>


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 - 07:27:16 CST

Original text of this message

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