Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 (中文) » SQL Anywhere 服务器 - SQL 用法 » 查询和数据修改 » 查询 » WHERE 子句:指定行

 

通过发音匹配行

使用 SOUNDEX 函数,您可以通过发音匹配行。例如,假设有一个电话留言找姓名发音类似 Ms. Brown 的人。可以执行以下查询来搜索姓名发音与 Brown 类似的雇员。

注意

SOUNDEX 使用的算法使该函数主要用于语言为英语的数据库。

 示例
 另请参见