X072: Cannot nest aggregate functions.
Aggregate functions cannot be nested one inside the other. For example, you cannot select:
AVG(SUM(a))
Parent topic:
X050 - X099