See Also
You are here: SQL Reference > SQL Functions and Operators > Grouping Functions > MIN
ContentsIndexHome
PreviousUpNext
MIN
MIN

 

Syntax

MIN('column_name')

 

Returns minimum value for the column name given. 

 

 

Related