Syntax
SOUNDEX(str)
Purpose
SOUNDEX() returns a four-character code to evaluate the similarity between two strings in pronunciation.
Examples
obclient> SELECT SOUNDEX('a');
+--------------+
| SOUNDEX('a') |
+--------------+
| A000 |
+--------------+
1 row in set