Is RIGHT JOIN Ever Required?

后端 未结 7 1096
你的背包
你的背包 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条回答
  •  温柔的废话
    2020-12-09 19:22

    It's a bit like asking if using greater-than is ever required. Use the one that better fits the task at hand.

提交回复
热议问题