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