Min

Returns the minimum value for the select column

Function:

Min(table = string, col = string, new_col = string)

 

Parameters:

Table: Table name on which to perform function

Column (col): Column to perform Max

New Column Name: Name for new column

 

Examples:

Min(table = Budget, col = "Amount", new_col = "Min Amount")