In select statment one can use "Fetch first 2000" to fetch first 2000 records in a table. Is there a way to fetch records 2001 to 4000 and so on. Is there a way to skip records. I know in MySQl one can do:
LIMIT 2001,4000
to fetch records 2001 to 4000.
I would appreciate any help in this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.