Has anyone used Oracle’s “IN” function in a webMethods JDBC Adapter Service? I need to query a table with a dynamic list of input on one column.
I have tried using a customSQL service with the where clause “supplier IN (?)”. This works fine if I send in one value, but does not work with multiple values, no matter how they are passed in or separated.