Difference between JOIN and INNER JOIN

前端 未结 6 1840
离开以前
离开以前 2020-11-22 06:31

Both these joins will give me the same results:

SELECT * FROM table JOIN otherTable ON table.ID = otherTable.FK

vs

SELECT *         


        
6条回答
提交回复
热议问题