Expected Response
SQL Average Syntax
SQL’sAVG syntax is supported in beta. To enable it, first 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. To enable it, first run
AVG ignores null values. Use COALESCE to include them in the final average: