Mysql
 sql >> Datenbank >  >> RDS >> Mysql

Wie verbinde ich zwei Tabellen mysql?

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