Min¶
Basic information¶
| Object type | functions.Min | 
| Since | 0.1.0 | 
| Dialects | MySQLMariaDBPostgreSQL | 
Object attributes¶
| Attribute | Accepts | Required | 
|---|---|---|
| obj | functions.Min | True | 
| property | functions.*PropertyCastOperator | True | 
| alias | String | False | 
JSON format¶
{
  "obj": "functions.Min",
  "property": {
    "obj": "properties.Property",
    "name": "users.age"
  },
  "alias": "minimum_age"
}
SQL¶
MIN(users.age) AS minimum_age