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-02-09 : 13:30:33
|
Alice writes "Hi,
I'm trying limiting number of results in a SELECT Query. For example, a SELECT has 15 results, and I just want the fifth to tenth results. So, i've to say the row to begin and the number of rows i want.
Is it possible with SQL ? (I know MySQL can do that with LIMIT(begin,nbrows) Instruction.
Can you answer me ?
Thanks, Alice." |
|
|
|
|
|