共用方式為


soundex函式

適用於: 核取記號為「是」Databricks SQL 核取記號為「是」Databricks Runtime

soundex 回字串的程序代碼。

語法

soundex(expr)

引數

  • exprSTRING 運算式。

傳回

STRING

範例

> SELECT soundex('Miller');
 M460