$db()->order('notice_time desc')->where('notice_lid=0 AND notice_time>' . $last_time)->whereOr('notice_lid =' . $uid . 'AND notice_time>' . $last_time)->select();
报错:Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'notice_time>1522035979 ) ORDER BY notice_time desc' at line 1
最佳答案