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)
 TSQL Question

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-06-01 : 11:21:04
Raj writes "here's a little scenario

id prefid
5000 3245
5001 4000
5000 2333
5001 2344

I have that in a result set and I want to select only the first row for each optionid
i want to do without using a temp table"
   

- Advertisement -