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

SQL Anywhere 12.0.0 (中文) » SQL Anywhere 服务器 - SQL 的用法 » 查询和修改数据 » 查询数据 » ORDER BY 子句:对结果进行排序

 

使用索引提高 ORDER BY 的性能

有时候,SQL Anywhere 数据库服务器执行具有 ORDER BY 子句的查询有多种可能的方式。您可以使用索引使数据库服务器更有效地对表进行搜索。

 包含 WHERE 和 ORDER BY 子句的查询
 解决问题