Hi,
My question is can I have multiple WHEN conditions in one trigger? I'm using DB2 for Z/OS v7. I want to take three different actions based on the value that is updated in one column. For example:
IF col1 is updated to "A" then do action1
IF col1 is updated to "I" then do action2...