top of page
MySQL:
SOUNDS LIKE
Syntax:
expr1 SOUNDS LIKE expr2
This is the same as SOUNDEX(expr1) = SOUNDEX(expr2).
URL: https://dev.mysql.com/doc/refman/8.0/en/string-functions.html
Example
bottom of page
Syntax:
expr1 SOUNDS LIKE expr2
This is the same as SOUNDEX(expr1) = SOUNDEX(expr2).
URL: https://dev.mysql.com/doc/refman/8.0/en/string-functions.html