I am having 25 Lacs records in table , how can i get first 10 lacs after 10 lacs and after that 5 lacs records in sql Server 2008.
Could you please help me in this?
In PL SQL i do like this
SELECT * FROM temp WHERE rownum > or rownum < 10
Please suggest.