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 |
|
bmci3374
Starting Member
5 Posts |
Posted - 2006-01-30 : 19:25:05
|
| I am having trouble selecting only one record in a list with a sequence, example:name addseq address================================bob, doe 1 123 str.bob, doe 2 456 ave.jane, doe 1 789 blvd.What I want to do is select the records that are current which would be:name addseq address================================bob, doe 2 456 ave.jane, doe 1 789 blvd.Please help with some ideas.Thanks |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|
|