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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Microsoft SQL Server records limit

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 820

in mySQL is: SELECT * FROM [TABLE] LIMIT 20,800

thanks"

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
Go to Top of Page
   

- Advertisement -