Skip to content

Commit

Permalink
fix: sql
Browse files Browse the repository at this point in the history
  • Loading branch information
vilelaluiza committed Feb 26, 2024
1 parent d7664e3 commit 3796a1d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}}

with
censo as (
censo_antigo as (
select
safe_cast(ano as int64) ano,
safe_cast(sigla_uf as string) sigla_uf,
Expand Down Expand Up @@ -1711,7 +1711,7 @@ with
)

select *
from censo
from censo_antigo
union all
select *
from censo_2023

0 comments on commit 3796a1d

Please sign in to comment.