Selects the minimum value for each group of a column. Null values will be ignored. The format appears below:
MIN([DISTINCT]x)
where the parameter x is a column name.
The DISTINCT keyword is ignored in the MAX and MIN functions.