min¶
Description¶
Compute the minimum of one column across a group (with one argument) or the scalar least value of its arguments (with more than one argument.)
Return type¶
least common generalization
Domain¶
This is an aggregate function (aggregates rows over a group in aggregate verbs.)
This is a window function (calculates over a group of multiple input rows using windowing.)
Categories¶
Usage¶
min( expression ... )
Argument |
Type |
Required |
Multiple |
---|---|---|---|
expression |
variant |
Required |
Can be multiple |