当前位置:Gxlcms > mysql > mysqlspecifiedtwice解决方法

mysqlspecifiedtwice解决方法

时间:2021-07-01 10:21:17 帮助过:330人阅读

错误提示

MySQL提示Column 'content' specified twice,根据英文我们知道是列“content”被使用了两次,这样就好解决了,找到sql语句中删除一个content字段即可。


解决办法

就是删除你重复的字段即可

人气教程排行