日期:2014-05-16 浏览次数:20425 次
接上篇:用JDBC连接Vertica数据库的例子源代码
Statement stmt = conn.createStatement();//建立声明对象 stmt.executeUpdate("INSERT INTO address_book " + "VALUES ('Smith', 'John', 'jsmith@example.com', " + "'555-123-4567')");//执行插入语句