Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 375 Bytes

File metadata and controls

24 lines (16 loc) · 375 Bytes
description
This section contains reference documentation for the min function.

min

Get the minimum value in a group

Signature

MIN(colName)

Usage Examples

These examples are based on the Batch Quick Start.

select min(yearID) AS value
from baseballStats 
value
1871