soundex - 搜狗百科
SOUNDEX返回由四个字符组成的代码(SOUNDEX)以评估两个字符串的相似性。语法SOUNDEX(character_expression)参数 是 字符数据的字母数字 表达式。 可以是常数...
PHP soundex() 函数
定义和用法 soundex() 函数计算字符串的 soundex 键。 soundex 键是 4 字符长的字母数字字符串,表示单词的英文发音。 soundex() 函数可用于拼写检查应用程序。 注释: ...
Soundex - 开源中国社区
"v" soundex = "1" case "c", "g", "j", "k", "q", "s", "x", "z" soundex = "2" case "d", "t" soundex = "3" case "l" soundex = "4" case "m", "n...
SOUNDEX
Returns a four-character (SOUNDEX) code to evaluate the similarity of two strings. Syntax SOUNDEX ( character_expression ) Arguments character_expression Is an alphanumeric ...
SOUNDEX
SOUNDEX returns a character string containing the phonetic representation of char . This function lets you compare words that are spelled differently, but sound ...
Soundex System | National Archives
May 30, 2007 - To use the census soundex to locate information about a person, you must know his or her full name and the state or territory in which he or she ...
PHP soundex() Function - W3Schools
Definition and Usage. The soundex() function calculates the soundex key of a string. A soundex key is a four character long alphanumeric string that represent ...