Is RIGHT JOIN Ever Required?

后端 未结 7 1100
你的背包
你的背包 2020-12-09 18:48

Do any queries exist that require RIGHT JOIN, or can they always be re-written with LEFT JOIN?

And more specifically, how do you re-write this one without the right

7条回答
  •  萌比男神i
    2020-12-09 19:10

    Yes! all the time! (Have to admit, mostly used when you're strict as to which table you want to call first)

    On this subject: here's a nice visual guide on joins.

提交回复
热议问题