description |
---|
Returns the population variance of non-NULL records. |
- numeric_expression: The set of records to calculate variance for.
Examples
{% code title="VAR_POP example" %}
SELECT VAR_POP(pop)
FROM eth.recent_blocks
-- 1.5167869917122573E8
{% endcode %}
- numeric_expression: The set of records to calculate variance for.
Examples
{% code title="VAR_POP example" %}
SELECT VAR_POP(gas_used)
FROM eth.recent_blocks
-- 181.26187022731304
{% endcode %}
- numeric_expression: The set of records to calculate variance for.
Examples
{% code title="VAR_POP example" %}
SELECT VAR_POP(gas_used)
FROM eth.recent_blocks
-- 181.26187022731304
{% endcode %}
- numeric_expression: The set of records to calculate variance for.
Examples
{% code title="VAR_POP example" %}
SELECT VAR_POP(pop)
FROM eth.recent_blocks
-- 1.5167869917122573E8
{% endcode %}