The Min()
function calculates the lowest value of a list of numbers, datetimes or durations.
This function is SQL compatible. For more information about SQL compatibility, see our documentation.
Returns a number, datetime or duration that is the lowest value of the given values
.
Returns Unknown
if one of the parameter values is unknown or outside the common valid date boundaries.
Name | Type | Required | Description |
---|---|---|---|
values
list
list of values which can be either numbers, datetimes or durations.