Database Error Messages

ORA-31964

matching GROUP BY expression required

Cause

A matching GROUP BY expression was not found in the SELECT list.


Action

Specify an expression in the SELECT list that matches with the GROUP BY expression.