Returns the minimum expression value found in each group of rows.
Parameter |
Description |
---|---|
expression |
The expression for which the minimum value is to be calculated. This is commonly a column name. |
DISTINCT column-name |
Returns the same as MIN ( expression ), and is included for completeness. |
The same data type as the argument.