Subject RE: [IBO] SQLWhere + Union
Author Jason Wharton
> How SQLWhere method will behavior if my SQL have a UNION statement?

This is a potentially problematic issue because you have potentially two SQL
WHERE clauses in your entire statement. I believe it will only affect the
WHERE clause of the first SQL statement and leave the entire statement below
the UNION clause alone.

Jason Wharton