In this blog post, let’s learn about the error message “11022 Trigger action SET clause error. Column column-name is not a column in table table-name.” when working with HPE NonStop SQL/MX, the reason for the error and the solution to fix this error message.
Error Message
11022 Trigger action SET clause error. Column column-name is not a column in table table-name.
Reason for the Error
You attempted to create a trigger that had a triggered action with a SET operation that attempted to update or access a column that is not part of the subject table table-name.
Solution
None