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() |
814
|
814
|
0
|
|
0.00
|