Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SQL Scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HOTMapper
SQL Scripts
Commits
988809b5
Commit
988809b5
authored
2 years ago
by
Pietro Cavassin
Browse files
Options
Downloads
Patches
Plain Diff
remove comments
parent
53dd17a6
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
numero_estudantes_aee.sql
+0
-10
0 additions, 10 deletions
numero_estudantes_aee.sql
with
0 additions
and
10 deletions
numero_estudantes_aee.sql
+
0
−
10
View file @
988809b5
...
@@ -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
-- ;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment