您的位置:首页技术文章
文章详情页

数据库无法插入,求解答,谢谢

【字号: 日期:2022-06-09 14:54:59浏览:31作者:猪猪

问题描述

<?phprequire 'connect.php';

$sql="INSERT INTO 'student'('name','course','grade') VALUES ('jj','value','88')";

--------------------------------------------------------------------------------------------

网页提示:< style="color: rgb(0, 0, 0); font-family: "Microsoft YaHei"; white-space: normal;">链接成功添加失败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 ('jj','value','88')' at line 1

问题解答

回答1:sql语法错误
相关文章: