建議利用Spring Framework提供的JdbcTemplate.update執行SQL Statement,可以大量的簡化所需要的程式碼。 ... "delete from customer where id =?", id);
確定! 回上一頁