AVG
This section contains reference documentation for the AVG function.
Last updated
Was this helpful?
This section contains reference documentation for the AVG function.
Returns the average of values for a numeric column in a group as Double.
AVG(colName)
These examples are based on the Batch Quick Start.
select AVG(hits) AS value
from baseballStats27.254965229242498
Last updated
Was this helpful?
Was this helpful?

