Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Sunday, October 15, 2017

Using a case statement to determine join

SQLServerCentral » Latest topics
Using a case statement to determine join
I have a query that uses several left outer joins. I am attempting to alter the join to include a join on Group, but only when Division is South. If the Division is not South then I only want to join on Month and Division. I tried to use a case state

No comments: