SOUNDEX() FUNCTION in MySQL

SOUNDEX() FUNCTION The MySQL SOUNDEX function is used to get a Soundex string.

Syntax:

SOUNDEX (string);

Parameters: string: It is used to specify the string to evaluate.

Example:

mysql> SELECT SOUNDEX (‘mysql’);

Output:

M240
Please follow and like us:
Content Protection by DMCA.com