Is RIGHT JOIN Ever Required?

后端 未结 7 1089
你的背包
你的背包 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:33

    There are many elements of many programming languages which are not strictly required to achieve the correct results but which permit one a) to express intent more clearly b) to boost performance. Examples include numbers, characters, loops, switches, classes, joins, types, filters, and thousands more.

    0 讨论(0)
提交回复
热议问题