Hi guys,
Quote:
The BEFORE trigger does not allow to use INSERT, UPDATE, DELETE inside.
And AFTER trigger does not have NO CASCADE options so if I update the same table inside I will reach the max level allowed and get the error.
|
This is the coment of one of my team member.
Team wants me to find a way to Update the columns of the table inside the trigger so that it is posible to mask some changes or format some values.
And even to deny changes they want to find a way so that the trigger can reverse changes quietly
I am working on this and need help to get this accomplished some how.
Thanks
DBFinder