the where clause. Also, In an SQL book I have it says "The use of a
HAVING clause without a corresponding GROUP BY clause is almost never seen
in practice". (LAN TIMES Guide to SQL)
I would agree with J E VanOver with the following:
SELECT count(tony) as tonysCount, sum(jayme) as jaymesCount from orders
WHERE Abs((count(tony)-sum(jayme))/count(tony)) > 0
Thanks,
CC
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

