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 Sensitivity in select

Re: Case Sensitivity in select

From: ANDRE <jy.andre_at_progifinance.fr>
Date: Thu, 26 Aug 1999 13:49:53 +0200
Message-ID: <37C529E1.E030A795@progifinance.fr>


Sure,
Use UPPER or LOWER Function like :
UPPER(Field)='HELLO' or LOWER(Field)='hello' Both retrieve HELLO, HEllo, Hello, HeLlO, .....

JY ANDRE Stu wrote:

> Is it possible to set a parameter which will make a select statement
> case insensitive. i.e. so that select * from words where word='hello'
> will bring back records where word='HELLO' or 'Hello'.
Received on Thu Aug 26 1999 - 06:49:53 CDT

Original text of this message

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