Good friends I hope you can help me, I have the following table
CREATE TABLE 'almacen_articulo' (
'id' INT(4) NOT NULL AUTO_INCREMENT,
'existencia' VARCHAR(5) NOT NULL DEFAULT '0',
'id_articulo' VARCHAR(4) NOT NULL DEFAULT '0',
'id_almacen'...
asked by
06.10.2017 / 05:33