0
votes
0answers
162 views

SQL Server Conditional Left Outer Join

I'm not even sure if my question title is the right terminology for my problem, but here we go. I have the following query: SELECT C.ID, C.Name, RCR.Mandate_Level, COUNT(CRR.ID) as ...