现在给数据库加一个4;
$uc['key']=array('push',';'.$_POST['title']);
M('usco')->where('aid=21'])->save($uc);提示SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE ( aid=21 )' at line 1
结果是:1;2;3;4;
最佳答案