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 ...@@ -34,7 +34,7 @@ SELECT
estado.regiao_id, estado.regiao_id,
fies.curso, fies.curso,
ano_censo, ano_censo,
COUNT(*) AS total COUNT(DISTINCT codigo_contrato_fies) AS total
FROM FROM
fies fies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment