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: How to search on a column without using LIKE?

Re: How to search on a column without using LIKE?

From: Martin Haltmayer <Martin_Haltmayer_at_KirchGruppe.de>
Date: 1997/09/23
Message-ID: <34272ABF.DBE404A1@KirchGruppe.de>#1/1

Your idea with a separate table holding text reference and keywords is pretty efficient if you want to find all text references that contain a certain word.

If you only want to search one entry, or if you want to do a full table scan, you should consider the instr ()-function.

-- 
Martin Haltmayer
Received on Tue Sep 23 1997 - 00:00:00 CDT

Original text of this message

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