I created a column in a table with the xml data type. However during execution of the source code of the update trigger of that table, I get the following error caused by this field.
Therefore I would like to exclude this field from the update trigger, but I cannot find a way to do this. I already set the “Trigger for update” attribute of the column to false in the subject, but that doesn’t do the trick.
The following highlighted code fragment in the update trigger is the problem I guess.
Is there a way to exclude this field from the automatically generated update trigger?