rownum
行号
例句
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。