Loading...
This section contains reference documentation for the min function.
Get the minimum value in a group
MIN(colName)
These examples are based on the Batch Quick Start.
select min(yearID) AS value from baseballStats
1871