Home » MySQL String SOUNDEX() Function

MySQL String SOUNDEX() Function

by Online Tutorials Library

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:

MySQL String SOUNDEX() Function

Example 2

Output:

MySQL String SOUNDEX() Function

Next TopicMySQL String

You may also like