seahorse123
Programmer
Suppose I have 1000 records in MSSQL DB.
how can I retrieve the records from 300 to 400, in Mysql I can say:
select * from table limit 300, 100
but how to do that in MS SQL server?
Thanks.
how can I retrieve the records from 300 to 400, in Mysql I can say:
select * from table limit 300, 100
but how to do that in MS SQL server?
Thanks.