Viewing 2 posts - 1 through 2 (of 2 total)
Thanks for your advise and your help.
The following response from ColdCoffee works too:
SELECT LEFT( WkstationID, 3 ) WkstationID , COUNT(*) COUNTS
FROM Workstation
GROUP BY LEFT( WkstationID, 3)
June 27, 2011 at 7:58 am
#1344522
Thank you very much for your kind reply and critique. I will take your advise into consideration.
June 27, 2011 at 7:56 am
#1344521