Reference Guide > TDV Support for SQL Functions > TDV-Supported Analytical Functions > AVG
 
AVG
AVG returns the average of the supplied arguments.
Syntax
AVG ([DISTINCT | ALL ] [expression]) OVER (window_clause)
Remarks
Without a window clause, AVG is a simple aggregate function. (See AVG.)