Expected Response
SQL Average Syntax
SQL’sAVERAGE syntax is supported in beta. To enable it, first run
AVG ignores null values. Use COALESCE to include them in the final average:
Compute the average value of a field
AVERAGE syntax is supported in beta. To enable it, first run
AVG ignores null values. Use COALESCE to include them in the final average: