Skip to content
Snippets Groups Projects
Commit 4f80842a authored by ns17's avatar ns17
Browse files

Fixing table education

parent 588377db
No related branches found
No related tags found
1 merge request!12Fixing table education
......@@ -38,7 +38,8 @@ FROM
WHERE
(aluno_ens_superior.cod_categoria_administrativa IN (1)) AND
(aluno_ens_superior.cod_organizacao_academica IN (1, 4, 5)) AND
(aluno_ens_superior.matriculado IN (1))
(aluno_ens_superior.matriculado IN (1)) AND
(aluno_ens_superior.ano_censo = ies_ens_superior.ano_censo)
GROUP BY
aluno_ens_superior.ano_censo,
......
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