MySQL 缺少主键导致插入数据报错
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 '' at line 1
原因有很多,其中一种就是缺少主键。
可能相关的内容
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 '' at line 1
原因有很多,其中一种就是缺少主键。