-121 An INSERT or UPDATE statement references a column for update multiple times.

Explanation

An INSERT or UPDATE statement listed the same column name more than one time in its update list.

User response

Correct the SQL statement.