您可以使用JdbcTemplate的execute()方法執行SQL陳述,例如:. jdbcTemplate.execute( "CREATE TABLE USER (user_id integer, name varchar(100))");. 如果是UPDATE ...
確定! 回上一頁