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
85aed55f
Commit
85aed55f
authored
2 years ago
by
Leon A. Okida Gonçalves
Browse files
Options
Downloads
Patches
Plain Diff
infrastructure table script fix
parent
eef31f56
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
infraestrutura.sql
+26
-26
26 additions, 26 deletions
infraestrutura.sql
with
26 additions
and
26 deletions
infraestrutura.sql
+
26
−
26
View file @
85aed55f
...
...
@@ -289,53 +289,53 @@ WITH tabela_base AS(
FROM
filtros_etapas_1_estadual
)
SELECT
*
FROM
1
_
biblioteca
SELECT
*
FROM
biblioteca
_1
UNION
ALL
SELECT
*
FROM
2
_
sala_de_leitura
SELECT
*
FROM
sala_de_leitura
_2
UNION
ALL
SELECT
*
FROM
3
_
laboratorio_de_informatica
SELECT
*
FROM
laboratorio_de_informatica
_3
UNION
ALL
SELECT
*
FROM
4
_
laboratorio_de_ciencias
SELECT
*
FROM
laboratorio_de_ciencias
_4
UNION
ALL
SELECT
*
FROM
5
_
parque_infantil
SELECT
*
FROM
parque_infantil
_5
UNION
ALL
SELECT
*
FROM
6
_
quadra_poliesportiva
SELECT
*
FROM
quadra_poliesportiva
_6
UNION
ALL
SELECT
*
FROM
7
_
quadras_a_serem_cobertas
SELECT
*
FROM
quadras_a_serem_cobertas
_7
UNION
ALL
SELECT
*
FROM
8
_
patio
SELECT
*
FROM
patio
_8
UNION
ALL
SELECT
*
FROM
9
_
patios_a_serem_cobertos
SELECT
*
FROM
patios_a_serem_cobertos
_9
UNION
ALL
SELECT
*
FROM
10
_
sala_de_direcao_
SELECT
*
FROM
sala_de_direcao_
10
UNION
ALL
SELECT
*
FROM
11
_
secretaria
SELECT
*
FROM
secretaria
_11
UNION
ALL
SELECT
*
FROM
12
_
sala_de_professores
SELECT
*
FROM
sala_de_professores
_12
UNION
ALL
SELECT
*
FROM
13
_
cozinha
SELECT
*
FROM
cozinha
_13
UNION
ALL
SELECT
*
FROM
14
_
despensa
SELECT
*
FROM
despensa
_14
UNION
ALL
SELECT
*
FROM
15
_
almoxarifado
SELECT
*
FROM
almoxarifado
_15
UNION
ALL
SELECT
*
FROM
16
_
internet
SELECT
*
FROM
internet
_16
UNION
ALL
SELECT
*
FROM
17
_
internet_banda_larga
SELECT
*
FROM
internet_banda_larga
_17
UNION
ALL
SELECT
*
FROM
18
_
banheiro_dentro_do_predio
SELECT
*
FROM
banheiro_dentro_do_predio
_18
UNION
ALL
SELECT
*
FROM
19
_
banheiro_adequado_para_educacao_infantil_dentro_do_predio
SELECT
*
FROM
banheiro_adequado_para_educacao_infantil_dentro_do_predio
_19
UNION
ALL
SELECT
*
FROM
20
_
fornecimento_de_energia
SELECT
*
FROM
fornecimento_de_energia
_20
UNION
ALL
SELECT
*
FROM
21
_
abastecimento_de_agua
SELECT
*
FROM
abastecimento_de_agua
_21
UNION
ALL
SELECT
*
FROM
22
_
agua_filtrada
SELECT
*
FROM
agua_filtrada
_22
UNION
ALL
SELECT
*
FROM
23
_
coleta_de_esgoto
SELECT
*
FROM
coleta_de_esgoto
_23
UNION
ALL
SELECT
*
FROM
24
_
dependencias_adaptadas_para_pessoas_com_deficiencias
SELECT
*
FROM
dependencias_adaptadas_para_pessoas_com_deficiencias
_24
UNION
ALL
SELECT
*
FROM
25
_
banheiros_adaptados_para_pessoas_com_deficiencias
SELECT
*
FROM
banheiros_adaptados_para_pessoas_com_deficiencias
_25
);
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