用JAVA创建学生信息管理表 ,向数据库添加信息时 报错 的原因
报错内容:YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorrespondstoyourMySQLserververs...
报错内容: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 '",123,?",?",?",2763")' at line 1
展开
3个回答
展开全部
值用单引号,不要用双引号,例如:
insert into student values('2321','s3',123,'个','好','就','2763');
insert into student values('2321','s3',123,'个','好','就','2763');
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询