Subject | RE: [IBO] SQLWhere + Union |
---|---|
Author | Jason Wharton |
Post date | 2005-11-07T15:50:21Z |
> 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