I'm trying to create a trigger that fires on update from a table.
That would updated one column of the updated record.
ex: On UPDATE the table OPERATIONS the trigger should update the value of the column UPDATES for the record that was just updated (with a where condition or someting like that)
Is this possible?