I've problems with database connector of mule, which i was using for select query. I have an arraylist of string to give inside in parameter.
Mule Sql Query - passing parameters to the IN operator
Solution mentioned above doesn't work with 3.7.3 Mule ESB, I've tried in many ways and searched for that. Except this document there is no definite way which i've founded till this time.
I am using query below :
select * from db_table where id in (2,3,4)
On my example 2,3,4 is inside my flow variable which contains arraylist.
Any suggestions ?
