Direct nesting of aggregates is not supported in Teradata Database, such as SELECT AVG(AVG(column))...). However, nested aggregates can be evaluated using a derived table which contains the aggregates to be nested. This is supported by both the GROUP BY TIME clause and the GROUP BY clause. The following examples show this for the GROUP BY TIME clause.