Skip to content
Snippets Groups Projects
Commit ea1a0a37 authored by tgcl21's avatar tgcl21
Browse files

Fixed the the wrong total errors

parent a85b5c74
Branches instruction_level_fixes
No related tags found
5 merge requests!501[hotfix] capital filter working for superior education conclusion tax...,!499[hotfix] capital filter working for superior education conclusion tax...,!489dev -> hom,!487Development,!483Fixed the the wrong total errors
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment