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 |
|
Steve2106
Posting Yak Master
183 Posts |
Posted - 2009-09-07 : 08:45:02
|
| Hi There,I have 2 tables.Table 1 has unique records for users details.Table 2 has records of users skill set. I want to select a users latest skill set from table 2. So if user 6 has 20 entries in table 2 select the last one entered for User 6.Hope that makes sense.Thanks for the help.Best Regards,Steve.Steve |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2009-09-07 : 08:48:07
|
| latest data on based on which column?MadhivananFailing to plan is Planning to fail |
 |
|
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
Posted - 2009-09-07 : 08:48:40
|
How you can identify "the last one entered"? No, you're never too old to Yak'n'Roll if you're too young to die. |
 |
|
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
Posted - 2009-09-07 : 08:49:09
|
again... No, you're never too old to Yak'n'Roll if you're too young to die. |
 |
|
|
|
|
|