Skip to content

Commit

Permalink
add virgula
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielle-carv committed Oct 25, 2023
1 parent 1a48cb7 commit 67fca88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SELECT
SAFE_CAST(ano AS INT64) ano,
SAFE_CAST(id_votacao AS STRING) id_votacao,
SAFE_CAST(data AS DATE) data,
TIME(TIMESTAMP(horario)) AS horario
TIME(TIMESTAMP(horario)) AS horario,
SAFE_CAST(id_orgao AS STRING) id_orgao,
SAFE_CAST(sigla_orgao AS STRING) sigla_orgao,
SAFE_CAST(id_evento AS STRING) id_evento,
Expand Down

0 comments on commit 67fca88

Please sign in to comment.