Database Error Messages

QSM-02134

agg(expr) requires correspondng MAX(expr) function

Cause

The capability in question is not supported when the materialized view uses certain aggregate functions but omits an invocation of the MAX function on the same argument.


Action

Add the MAX function to the select list.