Ver originalINSERT INTO tabla3SELECT campos FROM tabla1 AS t1INNER JOIN tabla2 AS t2 ON (t1.id=t2.id)