## Syntax
```mermaid
%%{init: {
'theme': 'base',
'flowchart': { 'padding': '7', 'nodeSpacing': '20', 'rankSpacing': '20' },
'themeVariables': {
'fontSize': '11px',
'fontFamily': 'Arial'
}
}}%%
flowchart TD
avgAggregateFunction_start((START))
avgAggregateFunction_start --> avgAggregateFunction_0_0[AVG]:::quoted
avgAggregateFunction_0_0 --> avgAggregateFunction_0_1["("]:::quoted
avgAggregateFunction_0_1 --> avgAggregateFunction_0_3
avgAggregateFunction_0_1 --> avgAggregateFunction_0_2[DISTINCT]:::quoted
avgAggregateFunction_0_2 --> avgAggregateFunction_0_3[<a href="Invantive UniversalSQL/General/Identifiers" class="internal-link">identifier</a>]
avgAggregateFunction_0_3 --> avgAggregateFunction_0_4[")"]:::quoted
avgAggregateFunction_0_4 --> avgAggregateFunction_end((END))
```
## Purpose
Group function to find the average value from a group of numerical values.