I have this table:
CREATE TABLE public.tbtramite
(
idtramite integer NOT NULL DEFAULT nextval('tbtramite_idtramite_seq'::regclass),
dsdescricao character varying(255),
dttramite timestamp without time zone,
stnotificacao character vary...
asked by
14.09.2017 / 22:09