Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 10, 2025
1 parent 2de0a71 commit 0ebe90a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ SELECT
sdp.viagens_dia,
SUM(
CASE
WHEN data >= DATE("2024-09-01")
AND tipo_viagem NOT IN ("Não licenciado", "Não vistoriado")
WHEN data >= DATE("2024-09-01")
AND tipo_viagem NOT IN ("Não licenciado", "Não vistoriado")
THEN km_apurada_faixa
WHEN data < DATE("2024-09-01")
THEN km_apurada_faixa
Expand Down

0 comments on commit 0ebe90a

Please sign in to comment.