时间:2021-07-01 10:21:17 帮助过:3人阅读
今天在更新表的时候一直提示
check the manual that corresponds to your MySQL server version for the right syntax to use near
问题排查很久,数据库版本没有问题,语法也没有问题,却一直报错
最后排查发现是关键词冲突问题
解决方案:修改字段名字
关于check the manual that corresponds to your MySQL server version for the right syntax to use near
标签:mysql