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 -> LIKE -> Non Casesensitive Query

LIKE -> Non Casesensitive Query

From: lance mottley <lance.mottley_at_sympatico.ca>
Date: Tue, 24 Apr 2001 15:28:59 GMT
Message-ID: <3AE59B94.459C29BD@sympatico.ca>

Hi!

What is the best way to do the following select without worrying about case:

String d='g';
select name from org where name like " + d + "%"

so if the table has:

ganc
Good Stuff
ganger

it should return everything!!

thanks Received on Tue Apr 24 2001 - 10:28:59 CDT

Original text of this message

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