posted 9 years ago
Does the queryForList work when you have an "in" expression in your SQL like this:
Select * from CUSTOMER where CUST_ID in (1,5,7,9)
My question is whether the "in" is supported in queryForList?
We seem to be having problems with it and all the examples I've seen don't use it.
Is there a better JDBCTemplate method to use for multiple "in" values?
Thanks,
mike