Skip to content
Snippets Groups Projects
Commit 09cbfac0 authored by Henrique Varella Ehrenfried's avatar Henrique Varella Ehrenfried :speech_balloon:
Browse files

Fix FIES SQL

parent 59a253c3
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ SELECT
estado.regiao_id,
fies.curso,
ano_censo,
COUNT(*) AS total
COUNT(DISTINCT codigo_contrato_fies) AS total
FROM
fies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment