Restricting a LEFT JOIN

后端 未结 5 647
梦如初夏
梦如初夏 2021-01-06 03:59

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

5条回答
  •  遥遥无期
    2021-01-06 04:54

    What if you created a view that gets you the "a" to "b" join, then do your left joins to that view?

提交回复
热议问题