Hi,
Thanks in advance.
I would like to pass a comma separated
string to my stored procedure. When I send a single value it is working correctly however If I pass more than one it is not returning any parameter in
JDBC.
Example:
I have a select query which uses in like ‘select name from where roll_no in (‘10a’,’10e’,’11j’);
I have
java variable to hold this comma separated value.
Please guide me.
Thanks,
Sree