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 的用法 » 查询优化与执行 » 查询执行算法 » 算法类型 » 查询表达式算法

 

RowReplicate 算法 (RR)

RowReplicate 在执行 EXCEPT ALL 和 INTERSECT ALL 等集合操作期间使用。它是以下这样的运算的功能:结果集中的行数与作为运算对象的两个集合中的行数显式相关。RowReplicate 可确保结果集中的行数正确。请参见使用 UNION、INTERSECT 和 EXCEPT 对查询结果执行集合运算