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 -> case insensitive search.......how?

case insensitive search.......how?

From: I'm a good man <goodman888_at_hongkong.com>
Date: 2000/07/03
Message-ID: <39603DDC.12C84A57@hongkong.com>#1/1

I have the value "Hello, I am a boy." in a field called "name" declared as VARCHAR(255)

I tried to do
SELECT * FROM table WHERE name LIKE '%hello%';

but it returns zero row.

and only
SELECT * FROM table WHERE name LIKE '%Hello%';

returns 1 row.

How to solve this?

--
Thanks and Regards,
Fung
Received on Mon Jul 03 2000 - 00:00:00 CDT

Original text of this message

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