I am using execsql to query and would like to input contents of a stringlist for the “IN” clause as parameter.
select * from customers where zipcode IN (‘55555’,‘22222’…)
the data for zipcode is retrieved from a seperate database into a stringlist.
Looking for some suggestions on how this can be done.
thx