You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by dyptee <de...@gmail.com> on 2009/07/27 18:04:41 UTC

Need to iterate over table names dynamically

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-unsubscribe@ibatis.apache.org
For additional commands, e-mail: user-java-help@ibatis.apache.org