What if the query says ROWNUM = 100?
如果查询使用 ROWNUM = 100,那么怎么办?
A simpler syntax is generated when ROWNUM is specified in the WHERE clause.
当在where子句中指定ROWNUM时,可生成更简单的语法。
Alternative SQL syntax, such as the use of ROWNUM and ROWID is now supported.
现在支持其他的sql语法,例如可以使用ROWNUM和ROWID。
ROWNUM: This sequential numbering of all the rows in the report for reference purposes.
ROWNUM:报表中所有行的顺序编号,便于进行引用。
For example, you can add a ROWNUM clause to limit the number of rows in Oracle or use the TOP clause for SQL Server.
例如,在Oracle中可以添加rownum子句以限制行数,对于SQL Server使用top子句。