⚲
Projeto
Geral
Perfil
Entrar
Registar
Página Inicial
Projetos
Ajuda
Procurar
:
Painel DRAC
Todos os projetos
NCAV
»
Dashboards
»
Painel DRAC
Visão geral
Atividade
Tarefas
Tempo gasto
Gantt
Calendário
Notícias
Documentos
Wiki
Ficheiros
Download (299 Bytes)
Desenvolvimento #8
» Faec.sql
Adeilson Moreira Campos Júnior
, 04/10/2024 13:51
-- Conexão: RJPO1DR.SAUDE.GOV
select
*
from
sisgerf
.
vw_pagamento_faec
;
select
f
.
dt_cmpt
,
sum
(
f
.
vl_pagamento
)
vl_pagamento
from
sisgerf
.
vw_pagamento_faec
f
where
f
.
dt_cmpt
<>
202501
group
by
f
.
dt_cmpt
order
by
f
.
dt_cmpt
desc
;
select
*
from
sisgerf
.
vw_pagamento_faec
where
dt_cmpt
<>
202501
« Anterior
1
2
3
4
5
…
15
Próximo »
(3-3/15)
A carregar...