Skip to content

Commit

Permalink
hotfix: deduplicate values
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandascovino committed Aug 16, 2023
1 parent 6ede6b9 commit 2d18bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/dashboard_subsidio_sppo/sumario_servico_dia.sql
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ WITH
2,
3 ),
subsidio_km_tipo AS (
SELECT
SELECT DISTINCT
v.*,
ROUND(v.km_apurada * t.subsidio_km, 2) AS valor_subsidio_apurado
FROM
Expand Down

0 comments on commit 2d18bf2

Please sign in to comment.