Skip to content
Snippets Groups Projects
Commit a43fde73 authored by Fernando Gbur dos Santos's avatar Fernando Gbur dos Santos
Browse files

simcaq_matricula_agregada test 3

parent c9b63142
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,7 @@ CREATE TABLE simcaq_matricula_agregada AS (
ensino_eja = 1 OR
educacao_profissional = 1
)
)/*,
),
ensino_fundamental_anos_iniciais_31 AS
(
SELECT
......@@ -392,7 +392,7 @@ CREATE TABLE simcaq_matricula_agregada AS (
ensino_eja = 1 OR
educacao_profissional = 1
)
),
)/*,
en_fundamental_anos_finais_41 AS (
SELECT
......@@ -802,7 +802,6 @@ CREATE TABLE simcaq_matricula_agregada AS (
SELECT * FROM pre_escola_22
UNION ALL
SELECT * FROM pre_escola_integral_2
/*
UNION ALL
SELECT * FROM ensino_fundamental_anos_iniciais_31
UNION ALL
......@@ -815,6 +814,7 @@ CREATE TABLE simcaq_matricula_agregada AS (
SELECT * FROM ensino_fundamental_anos_iniciais_35
UNION ALL
SELECT * FROM fundamental_anos_iniciais_integral_3
/*
UNION ALL
SELECT * FROM en_fundamental_anos_finais_41
UNION ALL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment