description |
---|
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
value |
---|
1871 |
description |
---|
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
value |
---|
1871 |