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-27 : 11:16:16
|
Java writes "I have the following table:
ID Col1 1 7 1 C 1 S 2 C 2 S 3 8 3 C 4 7 I need the first record of each group ID: ID Col1 1 7 2 C 3 8 4 7
Any suggestions?? Thanks in advance." |
|
|
|
|
|