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)
 Limit my sql request to x record

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-02-26 : 23:04:17
Oznog writes "I want just the first 10 record of one table. Like SELECT * FROM table LIMIT 10. With ASP I can limit the output of the recordset but I have to pass all the table first.

Tx"
   

- Advertisement -