Mega Code Archive

 
Categories / MySQL Tutorial / String Functions
 

SOUNDEX(str)

mysql> mysql> SELECT SOUNDEX('Hello'); +------------------+ | SOUNDEX('Hello') | +------------------+ | H400             | +------------------+ 1 row in set (0.00 sec) mysql>