Possible Duplicate:
How do I do a fuzzy match of company names in MYSQL with PHP for auto-complete?
I have a problem related to character matching in MySQL.
Suppose I have a table which contains a list of names, like elton, angelina, rozy.
If someone queries names like angalina or rosy - where a user can make a spelling mistake - I want to fetch the closest names from the table. What query can be used or what could be the feasible way?