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
How to test on an Android device
Why do I have Duplicate Folders in Outlook 2007 using Exchange Server?
Crosstab Query To Excel - Number Format
Is this html markup flexible enough to accomodate various designs?
ipod opener
VPN between SSG 20 and RVO42 does not come up. "ERROR: Peer did not send a proxy id"
navigation bumps down in ie
Adding Outlook Calendar entries from server
Er diagram for university accommodation office
Multiple repeat regions on 1 page with 1 recordset