ejemplo
Código PHP:
$result=mysql_query("select clave from historial where rfccons='$rfc'",$link);
while ($row = mysql_fetch_array($result ,MYSQL_BOTH))
{
$clave1=$row[clave];
mysql_query("insert into auxiliar (clave) values('$clave31)",$link);
}
ejemplo de resultado
tabla historial
martin
ruben
oscar
arturo
edgar
tabla auxiliar
martin ruben oscar arturo edgar
//este es el resultado final//