I have the table in which 2 fields are found as primary keys
CREATE TABLE public.productounidad
(
prod_cod character varying(30) NOT NULL,
uni_nombre character varying(100) NOT NULL,
pu_cantidad numeric(8,2) DEFAULT 0,
pu_minimo numeric(8,2) D...
asked by
01.11.2017 / 16:35