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 independent LIKE select?

Re: case independent LIKE select?

From: Geoff Muldoon <gmuldoon.nospam_at_scu.edu.au>
Date: Tue, 18 Jan 2000 04:06:26 GMT
Message-ID: <3883e66e.1222332671@nntp.scu.edu.au>


skurosky_at_aol.com (SKurosky) wrote:

>>LIKE search for keywords in article titles regardless of case. I have no
>
>How about..
> WHERE UPPER(article_title) LIKE 'string in upper case'
>
>OR
> WHERE LOWER(article_title) LIKE
>'string in lower case'
>
>Is your article title mixed case??

Or even more comprehensively:
WHERE LOWER(article_title) LIKE LOWER(keywords)

GM Received on Mon Jan 17 2000 - 22:06:26 CST

Original text of this message

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