#StandardAggregateFunctionType
##Enum Properties
- StandardAggregateFunctionType - No agregate function. The GROUP BY clause is not generated.
- StandardAggregateFunctionType - SUM agregate function.
- StandardAggregateFunctionType - SUM of DISTINCT agregate function.
- StandardAggregateFunctionType - COUNT agregate function.
- StandardAggregateFunctionType - COUNT of DISTINCT agregate function.
- StandardAggregateFunctionType - AVG agregate function.
- StandardAggregateFunctionType - MIN agregate function.
- StandardAggregateFunctionType - MAX agregate function.
- StandardAggregateFunctionType - No aggregate function. The GROUP BY clause is generated.
- StandardAggregateFunctionType - Group by day aggregate function.
- StandardAggregateFunctionType - Group by month aggregate function.
- StandardAggregateFunctionType - Group by month name aggregate function.
- StandardAggregateFunctionType - Group by year aggregate function.
- StandardAggregateFunctionType - Group by date aggregate function.
- StandardAggregateFunctionType - Group by year ad month aggregate function.
- StandardAggregateFunctionType - Group by year ad month name aggregate function.
- StandardAggregateFunctionType - Group by week aggregate function.
- StandardAggregateFunctionType - Group by day of week aggregate function.
- StandardAggregateFunctionType - Group by quarter aggregate function.
- StandardAggregateFunctionType - Days old aggregate function.
- StandardAggregateFunctionType - Average(Days old) aggregate function.
- StandardAggregateFunctionType - Sum(Days old) aggregate function.
