This section contains reference documentation for the min function.
Last updated 3 years ago
Was this helpful?
Get the minimum value in a group
MIN(colName)
These examples are based on the .
select min(yearID) AS value from baseballStats
1871