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

PDO Query su tabelle unite quando i nomi delle colonne sono gli stessi

usa alias

SELECT table1.id as t1id, table2.id as t2id
--etc.