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 - 2001-05-23 : 21:04:28
|
Mary writes "I have a table like this:
ID CODE 1 7 1 C 1 S 2 8 2 S 3 C 4 C 4 S
I need a query to select the first record of each id group: ID CODE 1 7 2 8 3 C 4 C
Any suggestion?? Thanks." |
|
|
|
|
|