$sth2 = $dbh->$prepare("update $schema.$table set $date_col = $date_new where $where_col = 1;") or die;