Share via


Funzione soundex

Si applica a:check marked yes Databricks SQL check marked yes Databricks Runtime

Restituisce il soundex codice della stringa.

Sintassi

soundex(expr)

Argomenti

  • exprSTRING: espressione .

Resi

Un oggetto STRING.

Esempi

> SELECT soundex('Miller');
 M460