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

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - SQL 的用法 » 查询处理 » 查询优化与执行 » [查询执行] 算法 » 算法类型 » 其它算法

 

RowLimit 算法 (RL)

RowLimit 返回其输入的前 n 行并忽略其余的行。行限制是通过 SELECT 语句的 TOP n 或 FIRST 子句来设置的。请参见SELECT 语句