rownum
美
英 
例句
ROWNUM pseudocolumn This pseudocolumn is typically used to limit the number of rows returned and to enumerate rows in a result set.
ROWNUM伪列该伪列通常用于限制返回的行数并在结果集中枚举行。
ROWNUM: This sequential numbering of all the rows in the report for reference purposes.
ROWNUM:报表中所有行的顺序编号,便于进行引用。
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。
What if the query says ROWNUM = 100?
如果查询使用ROWNUM=100,那么怎么办?
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子句以限制行数,对于SQLServer使用TOP子句。