Is there an easy/simple way to combine these four queries into one?
I'm not thinking clearly today. :(

SELECT COUNT (MAEPOS) AS Pos1Count
FROM MAE
WHERE MAEPOS = 1

SELECT COUNT (MAEPOS) AS Pos2Count
FROM MAE
WHERE MAEPOS = 2

SELECT COUNT (MAEPOS) AS Pos3Count
FROM MAE
WHERE MAEPOS = 3

SELECT COUNT (MAEPOS) AS Pos4Count
FROM MAE
WHERE MAEPOS = 4

Thanks Che
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to