Skip to content
Snippets Groups Projects

Fixed the the wrong total errors

Merged tgcl21 requested to merge instruction_level_fixes into development
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -291,7 +291,6 @@ NivelInstrucao.get('/', rqf.parse(), rqf.build(), (req, res, next) => {
@@ -291,7 +291,6 @@ NivelInstrucao.get('/', rqf.parse(), rqf.build(), (req, res, next) => {
.field('nivel_de_instrucao', 'nivel')
.field('nivel_de_instrucao', 'nivel')
.field('round(sum(peso_domicilio_pessoas_com_cal), 0)', 'total')
.field('round(sum(peso_domicilio_pessoas_com_cal), 0)', 'total')
.field('ano_ref', 'year')
.field('ano_ref', 'year')
.where('nivel_de_instrucao <> 99')
.where('faixa_etaria <> 99')
.where('faixa_etaria <> 99')
.group('pnad_novo.ano_ref')
.group('pnad_novo.ano_ref')
.group('pnad_novo.nivel_de_instrucao')
.group('pnad_novo.nivel_de_instrucao')
Loading