I would like to know how I can put the fields CODE_PROCESSO, PRODUCT_NAME, and APPROVED_USO in the main select to show in my query
SELECT CODIGO_PROCESSO,
MAX (DECODE (tipo_arquivo, 'BT', caminho_arquivo)) ArquivoBT,
MAX (DECODE (tipo_arquivo...
asked by
02.12.2016 / 15:46