Posts by Filizola • 11 points
2 posts
-
1
votes1
answer51
viewsA: Get sql that triggers a Trigger before update
Good people, the solution I found was to create a "who called me" program or whoever called me and then create a function to execute it. And after that, I call inside the Rigger. Below goes the…
-
0
votes1
answer51
viewsQ: Get sql that triggers a Trigger before update
I have a Trigger before update very simple, I would like to take the sql that fires that Trigger. CREATE OR REPLACE TRIGGER atualiza_subelemento BEFORE UPDATE ON tb_material FOR EACH ROW BEGIN IF…