sql.soundex( arg as String ) as String
Returns a four-character (SOUNDEX) code to evaluate the similarity of two strings.
sql.soundex("Smith") => "S5351000"