参考資料SQL言語リファレンス関数組み込み関数組み込み関数のアルファベット順リストSoundEx 機能このページの見出しsoundex 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