Mysql
 sql >> Database >  >> RDS >> Mysql

Come unire due tabelle MySQL?

SELECT * FROM table1 LEFT JOIN table2 on table1.id = table2.id