sql >> Base de Datos >  >> RDS >> Mysql

¿Cómo puedo comparar dos tablas con la misma estructura y encontrar registros no coincidentes con mySQL?

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