Ver originalINSERT INTO clientes2SELECT id FROM clientes AS t1LEFT JOIN clientes2 AS t2 ON (t1.id=t2.id)WHERE t2.clientes IS NULL