热线电话:13121318867

登录
2020-07-19 阅读量: 2020
mysql报3734的错误应该怎么解决?

错误代码: 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 'issplit = '1' where term = '00'' at line 1


原来的sql语句:


UPDATE tag SET msplit = '00' issplit = '1' WHERE term = '00'




经过检查之后发现时sql 语句写错了。


应该修改为:


UPDATE tag SET msplit = '00' ,issplit = '1' WHERE term = '00'


0.8978
0
关注作者
收藏
评论(0)

发表评论

暂无数据
推荐帖子