min_x
Returns the minimum value in a column.
Syntax
min_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 minimum order total price.
min_x(orders.total_price)