文章详情页
数据库无法插入,求解答,谢谢
问题描述
<?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语法错误相关文章:
排行榜