标签:boolean bool false res sql statement 执行 inf result
上面打印的结果显示false,查看数据库的值已经被修改了。把“ statement.execute(sql)”改成
“ statement.executeUpdate(sql);”就可以啦~
Can not issue data manipulation statements with executeQuery()的解决方案
标签:boolean bool false res sql statement 执行 inf result
原文地址:https://www.cnblogs.com/changpuyi/p/10427963.html