Subject Re: Unions
Author Adam
> Thanks. Im not doing a distinct between the unions, it just makes
processing
> easier in our case to have one result instead of two. Network
traffic is not
> an issue either, its done server side.

Yes you are.

If you want duplicates, use "union all", otherwise you are getting
distinct values.

Adam