Posts by Pedro Barroso • 16 points
1 post
-
0
votes1
answer307
viewsA: Create a Trigger with JOINS
Your JOIN is incorrect. Your ON is interacting with two columns of the same table. Try something like that: SELECT @Id = INS.CodigoProduto, @produto = INS.Produto, @ProdutoLimpo = INS.ProdutoLimpo,…