which is the best way of executing the following query in ibatis
select * from address where country_id in {<list of countries>} and state_id
in {<list of states>} ;thanks ashish -- View this message in context: http://www.nabble.com/help-in-executing-a-query-tp15950565p15950565.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
