Hi,

I have query like this

select * form map_info where country_id = 4 and cities in (1,3,4)

Can anyone help me with writing this using Spring JDBC template?

Thanks in advance
sirfak