Passing String to In Clause
947761Dec 24 2012 — edited Dec 24 2012Hi..im using jdev 11.1.1.3...i have appended string which is dynamic and changes on user input like 32,33
this appended string i have to pass to the In clause in the sql having bind variable...
like
where a IN (:bab)
how can i pass this dynamic string values to the sql in clause....By default it is taking only one value..how to solve it...?