Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ORA-30497

argument [string] of function string should be a constant or a function of expressions in GROUP BY

Cause

The specified argument was neither a constant nor a function of expressions in the GROUP BY clause.


Action

Change the argument type to be a constant or a function of expressions in the GROUP BY clause.