soundex
function
Applies to: Databricks SQL Databricks Runtime
Returns the soundex
code of the string.
Syntax
soundex(expr)
Arguments
expr
: ASTRING
expression.
Returns
A STRING
.
Examples
> SELECT soundex('Miller');
M460