M
Mitchell_Collen via AccessMonster.com
Hi everyone. I need expert advice.
Can one write a query that will calculate the count's average?
For example:
Select count(orders) AS Total, Total*4 AS NewTotal
From Order
Group by orders
-Misty
Can one write a query that will calculate the count's average?
For example:
Select count(orders) AS Total, Total*4 AS NewTotal
From Order
Group by orders
-Misty