Ajuste query flash categoria
davinTI/app-dono-modulos/pipeline/head This commit looks good

This commit is contained in:
Sarah Magalhães
2026-06-02 16:25:32 -03:00
parent ce871f5f20
commit 8753baa1ce
+1 -1
View File
@@ -1127,7 +1127,7 @@ where 1 = 0`,
(v_mes - v_ano_ant) AS dif_ano_anterior,
ROUND(NVL((v_mes / NULLIF(v_ano_ant, 0)) * 100 - 100, 0), 2) AS variacao_ano_anterior
FROM Agrupado
ORDER BY is_total, ordem_exibicao NULLS LAST, nome_nodo;
ORDER BY is_total, ordem_exibicao NULLS LAST, nome_nodo
`
}
},