Skip to content

Commit

Permalink
fix: sql files
Browse files Browse the repository at this point in the history
  • Loading branch information
laura-l-amaral committed Nov 27, 2024
1 parent 38f8771 commit f87bc4b
Show file tree
Hide file tree
Showing 6 changed files with 5,590 additions and 98 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
)
}}
select
safe_cast(municipio_codigo_ as string) id_municipio,
safe_cast(cor_ou_raca as string) cor_raca,
safe_cast(munic_pio__c_digo_ as string) id_municipio,
safe_cast(cor_ou_ra_a as string) cor_raca,
safe_cast(sexo as string) sexo,
safe_cast(idade as string) grupo_idade,
safe_cast(alfabetizacao as string) alfabetizacao,
safe_cast(alfabetiza__o as string) alfabetizacao,
safe_cast(valor as int64) populacao,
from
`basedosdados-dev.br_ibge_censo_2022_staging.alfabetizacao_grupo_idade_sexo_raca`
Expand Down
Loading

0 comments on commit f87bc4b

Please sign in to comment.