Expected Response
SQL Sum Syntax
SQL’sSUM syntax is supported in beta and is enabled by default. To disable it, run
SQL
SUM ignores null values. Use COALESCE to include them in the final sum:
SQL
Compute the sum of a field
SUM syntax is supported in beta and is enabled by default. To disable it, run
SUM ignores null values. Use COALESCE to include them in the final sum: