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

Come posso confrontare due tabelle con la stessa struttura e trovare record non corrispondenti con MySQL?

Insert into table-1 (select id,name from table-2 where id not in (select id from table-1));