Get started
Load & manage data
Work with data
Administration
Reference & resources
CLUSTER BY
mask
ROW FILTER
Updated Nov 01, 2024
Send us feedback
soundex
Applies to: Databricks SQL Databricks Runtime
Returns the soundex code of the string.
soundex(expr)
expr: A STRING expression.
expr
STRING
A STRING.
> SELECT soundex('Miller'); M460