This section contains reference documentation for the min function.
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