问题:check the manual that corresponds to your MySQL server version for the right syntax to use near 'create,info,count) values (3,'11','11','2011?08?09? 10:06:01','??','11',0)' at line 1
解决方法:字段名跟mysql的关键字发生了冲突。
本文介绍了一种常见的MySQL错误:由于字段名与关键字冲突导致的语法错误。通过一个具体的例子展示了如何诊断此类问题并提供了解决方案。
问题:check the manual that corresponds to your MySQL server version for the right syntax to use near 'create,info,count) values (3,'11','11','2011?08?09? 10:06:01','??','11',0)' at line 1
解决方法:字段名跟mysql的关键字发生了冲突。
6260

被折叠的 条评论
为什么被折叠?
