Good afternoon, I have the following procedure
CREATE DEFINER=root@localhost PROCEDURE kardex(codigoproducto INT(5))
BEGIN
SET @canant=0.00,@totant=0.00,@preant=0.00;
SELECT
fecha
, numeroMovimiento
, IF(tipoMovi=1,detalle.cantidad...
asked by
22.09.2018 / 19:10