Ver originalINSERT INTO tabla2 SELECT * FROM tabla1 AS t1LEFT JOIN tabla2 AS t2 ON (t1.id=t2.id)WHERE t2.id IS NULL