Skip to content

Commit

Permalink
adjust where filter in agencia.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
folhesgabriel committed Jun 13, 2024
1 parent b1b9fb9 commit 34262eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/br_bcb_agencia/br_bcb_agencia__agencia.sql
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ with
mes
from `basedosdados-staging.br_bcb_agencia_staging.agencia` as t
-- os arquivos mensais possuem cabeçalhos e rodapés que variam de posição;
-- Este filtro remove linhas com valores intereiramente
-- Este filtro remove linhas com valores inteiramente
-- nulos
where fone = '00000nan'
where fone != '00000nan'
)

select
Expand Down

0 comments on commit 34262eb

Please sign in to comment.