Last updated 1 year ago
Returns a four-character code to evaluate the similarity of two strings ().
SOUNDEX( string_expression )
string_expression: String expression to reverse.
string_expression
The same data type of the string expression sent as a parameter.
SELECT SOUNDEX('two') AS TWO , SOUNDEX('too') AS TOO;
TWO| TOO| ---------+---------+ T000| T000|