In this blog post, let’s learn about the error message “11015 An AFTER trigger does not support the SET operation.” when working with HPE NonStop SQL/MX, the reason for the error and the solution to fix this error message.
Error Message
11015 An AFTER trigger does not support the SET operation.
Reason for the Error
You attempted to use the SET operation as an action for an after trigger.
Solution
You cannot modify the transition name in an AFTER trigger. Use the UPDATE statement instead as an action for the trigger