有人可以帮我这个吗?我是PDO世界的新手,我无法弄清楚为什么我的自动化工作无处不在!虽然,我认为这个错误可能与它有关。有人可以帮忙吗?
if($freq == 7) {
$verifyjobsql = "select job_id from infocenter.dbo.cproc3_history where process_id = '$processid' and checkdate = '$checkdate' and process = '$process' and rundate = $therundate and quarter = $thequarter and $year = $theyear and month = $themonth and dayofmonth = $theday;";
$verifyjobquery = mssql_query($verifyjobsql,$linkdb01);
$verifyjobcount = mssql_num_rows($verifyjobquery);