See Also
Grouping Functions
You are here:
SQL Reference
>
SQL Functions and Operators
>
Grouping Functions
>
MIN
MIN
MIN
Syntax
MIN(
'column_name'
)
Returns minimum value for the column name given.
Related
SQL Reference
SQL Functions and Operators