Start of change

-205   column-name IS NOT A COLUMN OF TABLE table-name

Explanation

No column with the specified column-name occurs in the table table-name.

System action

The statement cannot be processed.

Programmer response

Verify that the column and table names are specified correctly (including any required qualifiers) in the SQL statement.

SQLSTATE

42703

End of change