'Servlet_Jsp'에 해당되는 글 9건

  1. 2015.07.15 preparedstatement where in 조건문
2015. 7. 15. 17:17

preparedstatement where in 조건문

select my_column from my_table where instr(?, ','||search_column||',') > 0

then

ps.setString(1, ",A,B,C,");