Return
Main page
Update
PDF
Online help
Desktop
Choice of period :
Day
Week
Month
Year
All
Customized
From
to
(m/d/yy)
Request
Hits by parent request
Mean time (ms)
Max time (ms)
Standard deviation
Mean cpu time (ms)
Mean allocated Kb
% of system error
Mean hits sql
Mean time sql (ms)
DocumentService.findSpedsByCnpjAndAnoInicial
1,698
1,698
0
16
4,604
0.00
1
1,679
select
key, type, cast(data->'header'->>'startsDate' as date) as periodo, cast(data->'header'->>'endsDate' as date) as periodoFinal, cast(data->'header'->>'startsDate' as date) as periodoInicial, case when data->'header'->>'indNatPj' <> '' then cast(data->'header'->>'indNatPj' as numeric) end as indicadorNaturezaPessoaJuridica, cast(data->'header'->>'ecdType' as text) as ecdType, name_file as nameFile, cnpj, cast(data->'header'->>'deliveryDate' as timestamp) as deliveryDate
from
document
where
cnpj = ? AND type in ('SPED_ECD','SPED_ECF','SPED_EFD_CONTRIBUICOES','SPED_EFD_ICMS_IPI') AND data_emissao between ? and NOW()
1.00
1,679
1,679
0
0.00
Find usages