ERROR | GROUP BY expression other than a column |
CAUSE | The capability in question is not supported when the materialized view uses an expression other than a simple column reference in the GROUP BY clause. |
ACTION | Re-phrase the query to use only simple column expressions in the GROUP BY clause. |