ERROR | agg(expr) requires correspondng VARIANCE(expr) function |
CAUSE | The capability in question is not supported when the materialized view uses certain aggregate functions but omits an invocation of the VARIANCE function on the same argument. |
ACTION | Add the VARIANCE function to the select list. |