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

Re: LIKE -> Non Casesensitive Query

From: Calvin Crumrine <Calvin_Crumrine_at_dced.state.ak.us>
Date: Tue, 24 Apr 2001 08:57:10 -0800
Message-ID: <3AE5B065.AAC3FE5E@dced.state.ak.us>

Translate both sides to the same case in the where clause.

lance mottley wrote:

> 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 - 11:57:10 CDT

Original text of this message

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