Skip to content
Snippets Groups Projects
Commit 988809b5 authored by Pietro Cavassin's avatar Pietro Cavassin
Browse files

remove comments

parent 53dd17a6
No related branches found
No related tags found
No related merge requests found
...@@ -109,13 +109,3 @@ where ...@@ -109,13 +109,3 @@ where
(matricula.ano_censo >= 2019 and matricula.tipo_atendimento_turma = 4); (matricula.ano_censo >= 2019 and matricula.tipo_atendimento_turma = 4);
; ;
-- select
-- numero_estudantes_aee.ano_censo,
-- count( distinct numero_estudantes_aee.id_aluno )
-- from
-- numero_estudantes_aee
-- group by
-- numero_estudantes_aee.ano_censo
-- order by
-- numero_estudantes_aee.ano_censo
-- ;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment