Servlet_Jsp
preparedstatement where in 조건문
단순대왕
2015. 7. 15. 17:17
select my_column from my_table where instr(?, ','||search_column||',') > 0
then
ps.setString(1, ",A,B,C,");