Difference between these two joining table approaches?

后端 未结 4 1505
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-30 12:28

Consider we have two tables, Users and Posts. user_id is the foreign key in Posts table and is primary key in Users

4条回答
  •  萌比男神i
    2020-11-30 13:02

    In MySQL JOIN syntax, CROSS JOIN, INNER JOIN, and JOIN are all the same. A comma-separated table list is a JOIN.

提交回复
热议问题