Database Error Messages

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.