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

 

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