pozo que es fácil…
$sql = “Current_Value SELECTO, identificación del stock_index”;
$result = el mysql_query ($sql) o mueren (el mysql_error ());
mientras que ($row = mysql_fetch_array ($result)){
$current_value = $row [0];
$id = $row [1];
$sql2 = “stock_index DETERMINADO Starting_Value= DETERMINADO “$current_value” del stock_index de la ACTUALIZACIÓN DONDE identificación = $id”
$res = el mysql_query ($sql2) o mueren (el mysql_error ());
}