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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Case-sensitive select statements?

Re: Case-sensitive select statements?

From: K Stahl <BlueSax_at_Unforgettable.com>
Date: 2000/02/15
Message-ID: <38A94CAA.9E1ED196@Unforgettable.com>#1/1

Cherk wrote:
>
> select * from table
> where upper(name) = 'KIRK'
>
> Cherk <andrija.cerkez_at_lijanovici.com> wrote in message news:...
> > select * from table
> > where name = upper('Kirk')
> >

This could cause problems if there is an index on the column 'name'. Received on Tue Feb 15 2000 - 00:00:00 CST

Original text of this message

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