Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

ORA-03070

GROUP BY position must be the ordinal number of a SELECT list expression

Cause

GROUP BY position was not the ordinal number of a SELECT list column.


Action

The GROUP BY position must be a number between 1 and the number of columns in the SELECT list. Check the column number and retry the statement.