I have a table, let\'s call it \"a\" that is used in a left join in a view that involves a lot of tables. However, I only want to return rows of \"a\" if they also join wit
What if you created a view that gets you the "a" to "b" join, then do your left joins to that view?