I'm in a situation where I'll be wanting to dynamically construct 
strings of queries combined with set operations, with explicitly defined 
grouping (as in "(A UNION B) INTERSECT C" as opposed to the default 
behavior "A UNION (B INTERSECT C)").

Is there support in SQLObject for this? If not, is there a way I can 
shoehorn it into happening?



_______________________________________________
sqlobject-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to