This commit is contained in:
@@ -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
|
||||
`
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user