Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Passing String to In Clause

947761Dec 24 2012 — edited Dec 24 2012
Hi..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...?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 21 2013
Added on Dec 24 2012
3 comments
2,061 views