Syntax performance of INNER JOIN

后端 未结 0 1316
走了就别回头了
走了就别回头了 2020-12-22 17:25

Is the performance of both these examples the same?

Example 1:

SELECT t1.wanted_1, t2.wanted_2 FROM table1 t1 INNER JOIN table2 t2 ON t1.common_col=t2.co

相关标签:
回答
  • 消灭零回复
提交回复
热议问题