Microsoft
Software
Hardware
Network
Question : Need to do a selective join
I have created a multi table join and need to join just one more table, please see attachment. I have commented out the table I that is creating the problem. In a nutshell I just want to jjoin each row in the top select with correct row in the bottom table select. But I can't get a unique join, so it's returning two rows becaise band_id and Security_level id have two matches. What I need is to join the top select with the bottom table where band_id and security_level_id (top select) = band_id and security_level_id (bottom select). I guess this is another level select but just don't know the syntax
sql-select.bmp
(3.5 MB)
(File Type Details)
Screen shot of select and result
Answer : Need to do a selective join
Hi,
Do you mean to do?
join Band_Security_Level f on a.Band_ID = f.Band_ID
AND a.[Security_Level_ID] = f.[Security_Level_ID]
/peter
Random Solutions
sbs 2008 backup configuration
How can I shrink a LDF file of 54GB?
How can I parse the following string, store it in a variable and then use those variables to populate some txt fields?
Setting Up Raid On Windows 2003 Server With Faulty Hard Drive
A non-SYN packet was dropped because it was sent by a source that does not have an established connection with the Forefront TMG computer
Video Chat Capabilities
How to separate multiple email accounts into different data files in Outlook 2010
Windows Server 2008 R2 iSCSI Initiator and HP D2D CHAP issue
KMS Activation Multiple Keys
Move Mailbox Powershell Script (sending Welcome e-mail HTML format)