N
Nathan
Hi,
I have a large union query that adds together a number of
different tables and appends them to a one table. Most
of the queries have a group by in them to summarize the
data by month. What I was wondering it is more efficient
to place a where clause limiting the dates, or in each
component of the union?
Mark
I have a large union query that adds together a number of
different tables and appends them to a one table. Most
of the queries have a group by in them to summarize the
data by month. What I was wondering it is more efficient
to place a where clause limiting the dates, or in each
component of the union?
Mark