syntax String deleteQuery = "delete from Student where id = ?"; jdbcTemplateObject.update(deleteQuery, id);
確定! 回上一頁