Ver originalINSER INTO `tu_tabla_insert` (`col1`,`col2`,`col3`) VALUES (SELECT `col1`,`col2`,`col3` FROM `tu_tabla_datos` [WHERE `id`='lo_que_sea']);