ERROR | no suitable grouping_id found in materialized view with grouping sets |
CAUSE | If materialized view contains grouping sets, then it also must contain the grouping_id() function. This function must contain all columns in the MV GROUP BY. |
ACTION | None |