Syntax
AVG('column_name')
Returns the average (or "mean") value of the fields selected for the column name given. This will only work with numeric columns.
Related