The following SOUNDEX examples are not valid for the reasons given in the table.
Statement | Why the Statement is Not Valid |
---|---|
SELECT SOUNDEX(12345); | 12345 is a numeric string, not a character string. |
SELECT SOUNDEX('ábç'); | The characters á and ç are not simple Latin characters. |