ReferenceSQL language referenceFunctionsBuilt-in functionsAlphabetical list of built-in functionssoundex functionOn this pagesoundex function Applies to: Databricks SQL Databricks Runtime Returns the soundex code of the string. Syntax soundex(expr) Arguments expr: A STRING expression. Returns A STRING. Examples SQL> SELECT soundex('Miller'); M460 Related functions