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 and the LIKE clause

Re: Case sensitivity and the LIKE clause

From: Uppili <sestri_at_hotmail.com>
Date: Tue, 18 May 1999 17:24:45 -0500
Message-ID: <3741E8AD.61C43DB@hotmail.com>


Do this

SELECT * FROM tblProd WHERE
Upper(ProdName) LIKE '%CHI%'

Brett Fattori wrote:

> How can I get a statement like this to return all possible records:
>
> SELECT * FROM tblProd WHERE ProdName LIKE '%chi%';
>
> When the table might contain data like this:
>
> ProdName
> --------
> Chicken fajitas
> Bold CHICKEN Ranch Dip
> Tasty chicken burgers
>
> All I get now is the "Tasty chicken burgers" record. Is there such a
> thing as case insensitivity and how do I use it/not use it?
>
> --
> Brett Fattori
>
> Visit The Render Engine
> -----------------------
> http://www.renderengine.com
> "truely timely, truely resourceful"
> Your resource for everything trueSpace!
Received on Tue May 18 1999 - 17:24:45 CDT

Original text of this message

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