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 ......

语法错误:
- 因为varchar需要指定长度,varchar(32),检查所有字段对应的类型是否需要加长度或精度
- 因为使用了mysql的关键字,例如,用id作为字段名需要用引号引起来
本文介绍了如何解决MySQL中常见的SQL语法错误,包括varchar未指定长度及使用关键字作为字段名等问题。
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 ......

语法错误:
2714
250

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