I am use the SelectBuilder to generate query statement. I have a need to
generate an IN clause. If I where to do this using sql-map.xml, I would use a
<foreach>.
WHERE ID in <foreach item="item" index="index" collection="list"
open="(" separator="," close=")"> #{item}
< /foreach>What is the equivalent in SqlBuilder? Paul Spencer --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
