max_x
Returns the maximum value in a column.
Syntax
max_x(<table>, <expr>)
| Parameter | Type | Description |
|---|---|---|
| table | Table | The table to operate on. |
| expr | any | The expression to evaluate. |
Return values
Depends on input arguments.
Usage
Returns the maximum order total price.
max_x(orders.total_price)