Help for this page
$sth_2 = $dbh->prepare("UPDATE options SET trend = ? WHERE ticker = ?" +); $sth_2->execute( $trend, $ticker );
$sth_2->execute( $other_trend, $other_ticker );