I want to join two SELECT , but I'm unsuccessful.
It has the following tables:
CREATE TABLE tb_producao
(
cd_producao SERIAL,
cd_setor integer,
nr_quantidade numeric(12,2),
ds_producao character varying(255)
);
CREATE TABLE t...
asked by
14.10.2015 / 16:31