Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-01-01 : 20:14:41
|
Mallikarjun writes "My question is if give the query
select * from emp where dept=10
then i get 50 records well i want to get only first 10 records if i excute the query and i want next 10 records when i execute query one more time like this i execute the query five times it should get me only 10 records at at time at once exection of the query" |
|
|
|
|
|