Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
simcaq-node
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
simcaq
simcaq-node
Merge requests
!483
Fixed the the wrong total errors
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Fixed the the wrong total errors
instruction_level_fixes
into
development
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Fixed the the wrong total errors
tgcl21
requested to merge
instruction_level_fixes
into
development
3 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
development
development (base)
and
latest version
latest version
ea1a0a37
1 commit,
3 months ago
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/libs/routes_v1/instructionLevel.js
+
0
−
1
View file @ ea1a0a37
Edit in single-file editor
Open in Web IDE
Show full file
@@ -291,7 +291,6 @@ NivelInstrucao.get('/', rqf.parse(), rqf.build(), (req, res, next) => {
.
field
(
'
nivel_de_instrucao
'
,
'
nivel
'
)
.
field
(
'
round(sum(peso_domicilio_pessoas_com_cal), 0)
'
,
'
total
'
)
.
field
(
'
ano_ref
'
,
'
year
'
)
.
where
(
'
nivel_de_instrucao <> 99
'
)
.
where
(
'
faixa_etaria <> 99
'
)
.
group
(
'
pnad_novo.ano_ref
'
)
.
group
(
'
pnad_novo.nivel_de_instrucao
'
)
Loading