gpt4 book ai didi

java - 无法使用executeQuery()发出数据操作语句

转载 作者:行者123 更新时间:2023-11-29 17:53:34 24 4
gpt4 key购买 nike

在 MySQL 中,我有两个表,tableAtableB。我正在尝试执行两个查询:

executeQuery(query1) 
executeQuery(query2)

但我收到以下错误:

can not issue data manipulation statements with executeQuery().

这是什么意思?

最佳答案

要操作您实际需要的数据 executeUpdate()而不是executeQuery() .

这是 executeUpdate() javadoc 的摘录,它本身已经是一个答案:

Executes the given SQL statement, which may be an INSERT, UPDATE, or DELETE statement or an SQL statement that returns nothing, such as an SQL DDL statement.

关于java - 无法使用executeQuery()发出数据操作语句,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49078319/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com