Avg¶
Basic information¶
| Object type | functions.Avg |
| Since | 0.1.0 |
| Dialects | MySQL MariaDB PostgreSQL |
Object attributes¶
| Attribute | Accepts | Required |
|---|---|---|
| obj | functions.Avg |
True |
| property | properties.Property functions.* Constant CastOperator |
True |
| alias | String | False |
JSON format¶
{
"obj": "functions.Avg",
"property": {
"obj": "properties.Property",
"name": "users.name"
},
"alias": "avg_name"
}
SQL¶
AVG(users.name) AS avg_name