Database Error Messages

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

ORA-01748

only simple column names allowed here

Cause

This SQL statement did not allow a qualified column name, such as username.table.column or table.column.


Action

Remove the qualifications from the column and retry the operation.