ERROR | missing GROUPING_ID or GROUPING functions on GROUP BY column(s) |
CAUSE | The capability in question is not supported when the materialized view uses grouping sets but omits the relevant GROUPING_ID or GROUPING functions. |
ACTION | Re-phrase the query to include the relevant GROUPING_ID or GROUPING functions. |