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 |
|
jrockfl
Posting Yak Master
223 Posts |
Posted - 2007-01-12 : 21:35:30
|
| I have a users tableUsersUserID User Email1 jason myemailNext I have an email tableEmailID EmailName1 Reminder Email2 Late EmailFinally a lookup tableUserID EmailID1 11 2So now when I join the tables I get 2 records, that's understandable.UserID User EmailID1 Jason Reminder Email1 Jason Late EmailHow can I do this..UserID User EmailType1 Jason Reminder Email; Late EmailThe emails are combined in there own column |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
|
|
jrockfl
Posting Yak Master
223 Posts |
Posted - 2007-01-15 : 06:52:23
|
| Thank you! I will look into that. |
 |
|
|
|
|
|