hawkinsr86
New member
- Local time
- Today, 09:08
- Joined
- Apr 23, 2013
- Messages
- 2
Can someone please tell me whats wrong with the following code
SELECT Month &"-"& Year AS Concat FROM New_Raw_Data
GROUP BY Concat
I keep getting the error "you treid to execute a query that does not include the speficied expression..........
Thanks!
SELECT Month &"-"& Year AS Concat FROM New_Raw_Data
GROUP BY Concat
I keep getting the error "you treid to execute a query that does not include the speficied expression..........
Thanks!