Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. private String SQL_Clear_Deleted_Options = "DELETE FROM vote_votes WHERE poll_id=? AND option_id NOT IN ?"
  2.  
  3. jdbcTemplate.update(SQL_Clear_Deleted_Options, id,cl)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement