Expected Response
SQL Average Syntax
SQL’sAVG syntax is supported in beta and is enabled by default. To disable it, run
SQL
AVG ignores null values. Use COALESCE to include them in the final average:
SQL
Compute the average value of a field
AVG syntax is supported in beta and is enabled by default. To disable it, run
AVG ignores null values. Use COALESCE to include them in the final average: