crontab定時任務(wù),想288分鐘執(zhí)行一次,應(yīng)該怎么寫呢...
webman有什么方法可以執(zhí)行原生的sql嗎,比方說我想檢測數(shù)據(jù)表是否存在。...
這樣寫就查不到數(shù)據(jù) Mysql::$connect->select('title')->from('users')->where('id in (:ids)')->bindValues(['ids'=>'58,59'])->query(); 這樣寫就可以查到數(shù)據(jù) Mysql::$connect->select('title')->from('users')->wh...