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 - 2002-04-03 : 09:55:32
|
| kostas writes "How can i get a number of rows from a table ?For examble in a table(query) with 1000 records i want to get the 20 records 800 to 820in mySQL is: SELECT * FROM [TABLE] LIMIT 20,800thanks" |
|
|
graz
Chief SQLTeam Crack Dealer
4149 Posts |
Posted - 2002-04-03 : 09:55:32
|
| Best we can do is this: http://www.sqlteam.com/item.asp?ItemID=566 |
 |
|
|
|
|
|