rownum
美
英 
- 網(wǎng)絡(luò)偽列;偽列特點;按設(shè)定排序的行的序號
例句
ROWNUM pseudocolumn This pseudocolumn is typically used to limit the number of rows returned and to enumerate rows in a result set.
ROWNUM偽列該偽列通常用于限制返回的行數(shù)并在結(jié)果集中枚舉行。
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.
現(xiàn)在支持其他的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子句以限制行數(shù),對于SQLServer使用TOP子句。