Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to:
Databricks SQL
Databricks Runtime
Returns the soundex code of the string.
Syntax
soundex(expr)
Arguments
expr: ASTRINGexpression.
Returns
A STRING.
Examples
> SELECT soundex('Miller');
M460