String sql = "DELETE FROM persons WHERE (email) IN (?)"; JdbcTemplate template; template.execute(sql, Arrays.asList(emails...));.
確定! 回上一頁