Hi,

I've never felt the urge of having the tag <include refid=.... inside an iterate tag. Well I have a complex query where I have to UNION ALL a series of subqueries and finally apply a general ORDER BY. I'm used to group all the select field names in a sql tag and then have select statements like this one:

SELECT <include refid="SelectFields" />
FROM ....

Now, I implemented the union ALL throught out an iterate tag which does not support the include. which is a pity, isn't it?


--
AndreaT

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

Reply via email to