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: Case sensitive ORACLE

Re: Case sensitive ORACLE

From: Imtiaz A.Khan <iakhan_at_sprintmail.com>
Date: Mon, 29 Nov 1999 16:13:05 -0600
Message-ID: <3842FA71.A156D073@sprintmail.com>


Try
select name from emp where name =upper'carlos';

Imtiaz

Carlserra wrote:

> Hi:
>
> I have a problem. Oracle is case sensitive. Is there any flag or any special
> configuration to convert Oracle to not case sensitive.
>
> Example:
>
> When a use select...
>
> select name from emp where name ='CARLOS'
> select name from emp where name ='carlos'
>
> 'CARLOS' is diferent than 'carlos' but i donīt want.
> I want that 'CARLOS' = 'carlos'
>
> It's impossible?
>
> Thank you.
> CARLSERRA
Received on Mon Nov 29 1999 - 16:13:05 CST

Original text of this message

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