Hi,

I need a help to write a query to get the below results.

I run this query to get first 60000 rows

select top 60000 * from Produts which is perfect.

now I want to run an sql to get the rows from 65001 till the last rows.
How do i write the query to get the results.

regards
Arvind