102
MySQL SOUNDEX() Function
The Soundex() is a String function of MySQL. This method returns a Soundex string. Two strings which sound almost same should have identical soundex strings.
Syntax
Example 1
Output:
Example 2
Output:
Next TopicMySQL String