Hi,
I'm a wayward Lotus Notes developer who finds himself having to come up with a search engine back-end agent for an Oracle DB. I'm very much a newbie with SQL, but so far, I've got a dynamically-built query that will do straight searches like a champ. However, I'd like to be able to do fuzzy searches, and someone mentioned that I might be able to modify my basic query to accomodate this. If my basic query template is "SELECT Field FROM Table WHERE Value LIKE 'ABC*'", is there a variant of this basic query that will do the fuzzy searches I'm looking for?
Muchas gracias,
Sam
I'm a wayward Lotus Notes developer who finds himself having to come up with a search engine back-end agent for an Oracle DB. I'm very much a newbie with SQL, but so far, I've got a dynamically-built query that will do straight searches like a champ. However, I'd like to be able to do fuzzy searches, and someone mentioned that I might be able to modify my basic query to accomodate this. If my basic query template is "SELECT Field FROM Table WHERE Value LIKE 'ABC*'", is there a variant of this basic query that will do the fuzzy searches I'm looking for?
Muchas gracias,
Sam