Jandus Liked 2 Years ago through
Just Learned | 1 Point
Recently in MSDN forums, OP wanted to get all results from the first table (called it r) LEFT JOINed with the other table (m) and INNER JOINed with another table (called s). In my mind it was a tricky question and I solved it by a separate CTE
first doing