Mysql
 sql >> Base de Dados >  >> RDS >> Mysql

Como juntar duas tabelas mysql?

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