Hi,
If I have the following code in a SQL statement in MS Query:
...WHERE table_x.variable_y='A'
GROUP BY table_x.variable_z....
and run it, it appears to ignore the first line and groups the entire content of table_x rather than grouping the content of table_x and restricting the grouped content to where variable_y='A'. Is there any way of doing this?
Thanks.
If I have the following code in a SQL statement in MS Query:
...WHERE table_x.variable_y='A'
GROUP BY table_x.variable_z....
and run it, it appears to ignore the first line and groups the entire content of table_x rather than grouping the content of table_x and restricting the grouped content to where variable_y='A'. Is there any way of doing this?
Thanks.