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: SQL Select statement help needed

Re: SQL Select statement help needed

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: 2000/05/25
Message-ID: <959282509.3268.0.pluto.d4ee154e@news.demon.nl>#1/1

text book question
SELECT * FROM Users WHERE upper(Name)='KARASU'

Hth,

Sybrand Bakker, Oracle DBA

<karasu7870_at_my-deja.com> schreef in berichtnieuws 8gjt9m$mk0$1_at_nnrp1.deja.com...
> I want to use a select statement of the form:
>
> SELECT * FROM Users WHERE Name='KARASU'
>
> I want the value for the name I am searching for to be case insensitive.
> Any user with the name Karasu should be returned regardless of case. Is
> there an easy way to do this? Thanks.
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Thu May 25 2000 - 00:00:00 CDT

Original text of this message

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