min (<num1>,<num2>{,<num3> ... })
numeric
The minimum from a set of numerical values.
<num1>, <num2>, etc.The values to choose from.
numeric val = min(x,y)
val = min(v1,v2,v3,v4)
Functions:
max (numeric)