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: Contains and case insensitive

Re: Contains and case insensitive

From: Davide Bianchi <davidebianchi_at_davidebianchi.net>
Date: Fri, 21 Sep 2001 10:31:36 +0200
Message-ID: <9oetvt$cut98$1@ID-18487.news.dfncis.de>


"Oliver Huppert" <Oliver.Huppert_at_pikon.com> wrote in message news:9oesg4$l8j$1_at_piesbach.saarnet.de...
> Someony knows what I could do??

select * from table where contains(to_uppercase(text), 'HALLO')

(or was to_upper ?)

Note: this way Oracle will *not* use any index during the search, slowing down considerably.

Davide Received on Fri Sep 21 2001 - 03:31:36 CDT

Original text of this message

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