'Servlet_Jsp'에 해당되는 글 9건
- 2015.07.15 preparedstatement where in 조건문
select my_column from my_table where instr(?, ','||search_column||',') > 0
then
ps.setString(1, ",A,B,C,");
select my_column from my_table where instr(?, ','||search_column||',') > 0
then
ps.setString(1, ",A,B,C,");