Posts by Lenon Ricardo • 1 point
1 post
-
-1
votes1
answer97
viewsQ: TRIGGER does not work in MYSQL
I’m trying to make a TRIGGER that inserts data into a table as soon as data is entered into another table. Original Table: CREATE TABLE tbGuia ( codigo_guia INT NOT NULL AUTO_INCREMENT,…