Skip to content

Commit

Permalink
Fix tabela natureza_juridica
Browse files Browse the repository at this point in the history
  • Loading branch information
Winzen committed Nov 7, 2024
1 parent ab6d702 commit 4004ca2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ with
select
id_natureza_juridica,
substr(cast(id_natureza_juridica as string), 0, 3) as inicio_codigo
from basedosdados - staging.br_bd_diretorios_brasil.natureza_juridica
from basedosdados.br_bd_diretorios_brasil.natureza_juridica
)
select
safe_cast(t.ano as int64) ano,
Expand Down

0 comments on commit 4004ca2

Please sign in to comment.