gpt4 book ai didi

java - H2语句后的代码不执行

转载 作者:行者123 更新时间:2023-12-01 12:55:57 25 4
gpt4 key购买 nike

语句后面的代码没有执行,但是为什么呢?该语句是否有返回?

conn.createStatement().execute("CREATE TABLE IF NOT EXISTS WEBSITES(ID INT auto_increment, NAME VARCHAR)");
conn.createStatement().execute("INSERT INTO WEBSITES(NAME) VALUES('"+website+"')");
System.out.println(parts[0]);

最佳答案

您需要使用executeUpdate() ,

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.

也可能是H2中的表演“feature”。

关于java - H2语句后的代码不执行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23899151/

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