Database Error Messages

ORA-03064

encountered FROM clause but expected optional WHERE, RETURNING or ERROR_LOGGING clauses

Cause

FROM clause was encountered after the UPDATE_SET clause in an UPDATE statement. UPDATE statement supports only optional WHERE, RETURNING or ERROR_LOGGING clauses after the UPDATE_SET clause.


Action

Remove the FROM clause or replace it with the optional WHERE, RETURNING or ERROR_LOGGING clauses.