Database Error Messages

PLS-00489

invalid table reference: 'string' must be a column in this expression

Action

Check the spelling of the column names, make sure each column in the select list refers to a table in the FROM clause, then re-execute the query.