Microsoft Build · May 19 – 22, 2025
Join developers and AI innovators to refactor your skills at Microsoft Build.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
soundex
Applies to: Databricks SQL Databricks Runtime
Returns the soundex code of the string.
soundex(expr)
expr
STRING
A STRING.
> SELECT soundex('Miller'); M460