Posts by Maria • 1 point
1 post
-
0
votes0
answers159
viewsQ: Procedure multiply
I need to help solve a problem, Code: DELIMITER $$ create procedure sp_ptopedido( TPOMEDIOREPOS int, DEMANDA int, ESTOQUEMINIMO int), begin PONTOPEDIDOTOPEDIDO = ((TPOMEDIOREPOS / 30) * DEMANDA) +…