HBO0062I The name identifier conflicts with a source column name.

Explanation

The identifier is specified as the name of the following items:
  • A LET expression
  • The timestamp or interval column in a DISTRIBUTE clause
  • The interval type, start time, end time, or status column in an APPLY SCHEDULE clause

However, identifier is also the name of a column in the table that is the source of the update. You cannot use the name for the specified purpose because it causes ambiguity. The System Data Engine stops processing the current statement and continues with the next.

Response

Verify that all names in an update definition are distinct from the names of columns in the source table.