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)
 Select Top values

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-01-08 : 09:02:18
Vincent writes "I have a table with 2 columns (foreign key, Quantity).
I'd like to write a query that gives me the top 4 values for each foreign key.

I think I should use Select top 4,... ?

Thanks

;-)"
   

- Advertisement -