当前位置:Gxlcms > mysql > mysql-java连接MySQL数据库问题

mysql-java连接MySQL数据库问题

时间:2021-07-01 10:21:17 帮助过:20人阅读

mysqljava

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 'database='88' where id='1001'' at line 1

代码:mystatement.executeUpdate("update student set math='"+math+"' ,english='"+english+"', computer='"+computer+"' ,database='"+database+"' "+" where id='"+ID+"'");

人气教程排行