Mean

Returns the mean for the select column

Function:

Mean(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:

Mean(table = Budget, col = "Amount", new_col = "AVG Amt.")