I'm trying to find a function that can return a close match in SQL.
For example if a user enters Llondon the search should return London as an option.
Closest type of concept would be a spell checker.
I have experimented with the Soundex function, but its not sutible for correcting input errors in this way.
Any ideas?
For example if a user enters Llondon the search should return London as an option.
Closest type of concept would be a spell checker.
I have experimented with the Soundex function, but its not sutible for correcting input errors in this way.
Any ideas?