Skip to content

Commit

Permalink
fix: unexpected comma in query
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-milan committed Dec 10, 2024
1 parent c0962e1 commit 54b3c5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ SELECT
) id_chamado,
SAFE_CAST(
REGEXP_REPLACE(id_pessoa_fk, r'\.0$', '') AS INT64
) id_pessoa,
) id_pessoa
FROM `rj-segovi.adm_central_atendimento_1746_staging.chamado_pessoa`
WHERE id_pessoa_fk IS NOT NULL

0 comments on commit 54b3c5d

Please sign in to comment.