mysql-java连接MySQL数据库问题
程序员文章站
2022-05-09 08:54:42
...
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+"'");
上一篇: Oracle如何删除某个用户下的所有表
下一篇: 初识PHP,初识教育技术_PHP教程