shish Kulkarni [mailto:ashish.kulkarn...@gmail.com]
Sent: Monday, June 22, 2009 4:39 PM
To: user-java@ibatis.apache.org
Subject: Question about Dynamic and iterator
Hi
I have to write a query like below
Select col1, col2 from table1 where col3='ABC' or col3='XYZ'
so i wrote a qu
HiI have to write a query like below
Select col1, col2 from table1 where col3='ABC' or col3='XYZ'
so i wrote a query like below, will this work, *what do i have to specify
for property, *i have specified it as list, will this work, any suggestions
SELECT col1, col2 FROM table1
col3=*#list[]