Posts by Andrew Nogueira • 1 point
1 post
-
0
votes0
answers10
viewsQ: Error on a trigger in Mysql
create trigger GatilhoRecebimento after insert on recebimentos for each row begin update caixa set valorcréditos_caixa = valorcréditos_caixa + new.valor_receb where caixa.cod_caixa =…