Why does primary key repeat when I join two tables in SQL?

后端 未结 0 337
北荒
北荒 2021-01-15 04:44

Suppose we have two tables, where the key from both is name_id.

Using the following code:

SELECT * FROM table1 INNER JOIN table2 ON table1         


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