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 |
|
MGrassman
Starting Member
4 Posts |
Posted - 2009-12-21 : 14:42:35
|
| I have the following view which contains this dataActivityRecId RegionRecId IsExcluded1 null 12 null 13 1 13 2 14 1 15 null 0What I would like to do is join the region table to the view above to get the following records.1 null 12 null 13 1 13 2 13 3 03 4 04 1 14 2 04 3 04 4 05 null 0Any suggestions. Let me know if you need any other information.Thanks, |
|
|
vijayisonly
Master Smack Fu Yak Hacker
1836 Posts |
Posted - 2009-12-21 : 15:10:31
|
| OK..but you also need to show the table structure and sample data from the region table ...and how it is related to this view. |
 |
|
|
|
|
|