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

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

Re: How to Disable Case sensivity for string compare ?

From: Allen <allenh_at_Starbase.NeoSoft.COM>
Date: 19 Nov 1998 09:12:48 -0600
Message-ID: <731chg$cs9$1@Starbase.NeoSoft.COM>


select * from tbl1 where upper(col1) = 'A';

In article <01be13aa$8fb192e0$6d6464c3_at_kom>, Loy&Hutz <loyhutz_at_dinx.de> 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:12:48 CST

Original text of this message

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