I know:
- Firebird:
FIRST
andSKIP
; - MySQL:
LIMIT
; - SQL Server:
ROW_NUMBER()
;
Does someone knows a SQL ANSI way to perform result paging?
Advertisement
Answer
See Limit—with offset section on this page: http://troels.arvin.dk/db/rdbms/
BTW, Firebird also supports ROWS clause since version 2.0