Hi
I have a list of tables(versions of a master table) . I need to iterate over
all the versions of the master table and search for a particular entry.
I know for dynamic table name we can use $table$, however I cant figure out
how to apply iterate tag here

basic idea is 
select * from (v1/v2/v3)
where id=1 and name='xyz'

Appreciate all the help.
Thanks
-- 
View this message in context: 
http://www.nabble.com/Need-to-iterate-over-table-names-dynamically-tp24683388p24683388.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org
For additional commands, e-mail: user-java-h...@ibatis.apache.org

Reply via email to