Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How to do a "fuzzy" or approximate matching of strings in a SQL where clause

Re: How to do a "fuzzy" or approximate matching of strings in a SQL where clause

From: Hilary Cotter <hilary.cotter_at_gmail.com>
Date: Mon, 8 Aug 2005 11:45:30 -0400
Message-ID: <OWiKe$CnFHA.2444@tk2msftngp13.phx.gbl>


no, but have a look at some of the tsql implementations of Levenstein Edit Distance.

SQL 2005 Integration Services has a fuzzy lookup component which may work for you.

-- 
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com

<goyald_at_gmail.com> wrote in message 
news:1123514686.757953.315070_at_g43g2000cwa.googlegroups.com...

> Hello
> My input data consists of a string field. I need to find rows where
> this string field is matching "approximately"!! i.e. I need some kind
> of a fuzzy match.
>
> Is there any such inbuilt facilitty/function in SQLServer or Oracle?
>
> Thanks and regards
>
Received on Mon Aug 08 2005 - 10:45:30 CDT

Original text of this message

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