扫码关注官方订阅号
添加失败 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 ''student'('name','course','grade') VALUES ('DD','html',60)' at line 1
提示很明显的, 语法错误, 表名和字段名应该用反引号 , 不是单引号
PHP学习
技术支持
返回顶部
提示很明显的, 语法错误, 表名和字段名应该用反引号 , 不是单引号