Skip to content

Commit

Permalink
Merge pull request #785 from basedosdados/fix]-typo
Browse files Browse the repository at this point in the history
[fix]: vereador typo in eleicao_prestacao_contas_candidato_origem_2024.sql
  • Loading branch information
laura-l-amaral authored Oct 1, 2024
2 parents eb720b8 + 0218a5b commit 4359aeb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ with
despesa as (
select
case
when cargo = 'Vereador' and valor_despesa > 4773280.39 then 'excluir'
when cargo = 'vereador' and valor_despesa > 4773280.39 then 'excluir'
end as excluir,
data_despesa as data_conta,
sequencial_candidato,
Expand All @@ -28,7 +28,7 @@ with
receita as (
select
case
when cargo = 'Vereador' and valor_receita > 4773280.39 then 'excluir'
when cargo = 'vereador' and valor_receita > 4773280.39 then 'excluir'
end as excluir,
data_receita as data_conta,
sequencial_candidato,
Expand Down

0 comments on commit 4359aeb

Please sign in to comment.