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: Best way to search a large VARCHAR2 column

Re: Best way to search a large VARCHAR2 column

From: Colin Sutherland <c.sutherland_at_easynet.com>
Date: 1998/03/29
Message-ID: <6fomsn$s36$1@apple.news.easynet.net>#1/1

I would use the INSTR built in function. You can look it up in the documentation.

Colin.
Suwat Phruksawan wrote in message <6ffm47$6rg_at_argentina.earthlink.net>...
>What is the best way to do a search for keywords on a large (up to 2000)
>VARCHAR2 column. Basically, I tried to avoid sequential search, one record
>at a time. And make the index on that particular column seems expensive.
>
>Any help is appreciated.
>Thanks,
>Suwat.
>
>
Received on Sun Mar 29 1998 - 00:00:00 CST

Original text of this message

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