gussifinknottle
Programmer
I have got a table from which I have obtained average values, based on 'GROUP BY' clause. I need to get the max of these average values and display them.
Is there any way I can do an aggregate of an aggregate, like max of an avg in the same Query?
Is there any way I can do an aggregate of an aggregate, like max of an avg in the same Query?