执行更新

要执行一次更新 (或任何其他不返回结果的 SQL 语句),你只需要使用 executeUpdate() 方法:
st.executeUpdate("create table basic (a int2, b int2)");