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
456c96c0
Commit
456c96c0
authored
4 years ago
by
Fernando Erd
Browse files
Options
Downloads
Patches
Plain Diff
Add finish students
parent
6fa10657
No related branches found
No related tags found
1 merge request
!14
Issue/668
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
localoferta_ens_superior_matricula.sql
+2
-2
2 additions, 2 deletions
localoferta_ens_superior_matricula.sql
with
2 additions
and
2 deletions
localoferta_ens_superior_matricula.sql
+
2
−
2
View file @
456c96c0
...
@@ -12,7 +12,7 @@ WITH
...
@@ -12,7 +12,7 @@ WITH
aluno_ens_superior
.
nome_ies
AS
"aluno_nome_ies"
,
aluno_ens_superior
.
cod_ies
AS
"aluno_cod_ies"
,
aluno_ens_superior
.
par_genero_aluno
,
aluno_ens_superior
.
nome_ies
AS
"aluno_nome_ies"
,
aluno_ens_superior
.
cod_ies
AS
"aluno_cod_ies"
,
aluno_ens_superior
.
par_genero_aluno
,
localoferta_ens_superior
.
cod_local_oferta
,
localoferta_ens_superior
.
cod_uf
AS
"localoferta_cod_uf"
,
aluno_ens_superior
.
par_tipo_escola_ensino_medio
,
localoferta_ens_superior
.
cod_local_oferta
,
localoferta_ens_superior
.
cod_uf
AS
"localoferta_cod_uf"
,
aluno_ens_superior
.
par_tipo_escola_ensino_medio
,
localoferta_ens_superior
.
cod_municipio
AS
"localoferta_cod_municipio"
,
localoferta_ens_superior
.
cod_regiao
AS
"localoferta_cod_regiao"
,
localoferta_ens_superior
.
cod_municipio
AS
"localoferta_cod_municipio"
,
localoferta_ens_superior
.
cod_regiao
AS
"localoferta_cod_regiao"
,
localoferta_ens_superior
.
nome
AS
"localoferta_nome"
localoferta_ens_superior
.
nome
AS
"localoferta_nome"
,
aluno_ens_superior
.
concluinte
FROM
FROM
aluno_ens_superior
INNER
JOIN
localoferta_ens_superior
ON
(
aluno_ens_superior
.
ano_censo
=
localoferta_ens_superior
.
ano_censo
AND
aluno_ens_superior
.
cod_curso
=
localoferta_ens_superior
.
cod_curso
)
aluno_ens_superior
INNER
JOIN
localoferta_ens_superior
ON
(
aluno_ens_superior
.
ano_censo
=
localoferta_ens_superior
.
ano_censo
AND
aluno_ens_superior
.
cod_curso
=
localoferta_ens_superior
.
cod_curso
)
WHERE
WHERE
...
@@ -31,7 +31,7 @@ WITH
...
@@ -31,7 +31,7 @@ WITH
aluno_ens_superior
.
nome_ies
AS
"aluno_nome_ies"
,
aluno_ens_superior
.
cod_ies
AS
"aluno_cod_ies"
,
aluno_ens_superior
.
par_genero_aluno
,
aluno_ens_superior
.
nome_ies
AS
"aluno_nome_ies"
,
aluno_ens_superior
.
cod_ies
AS
"aluno_cod_ies"
,
aluno_ens_superior
.
par_genero_aluno
,
localoferta_ens_superior
.
cod_local_oferta
,
localoferta_ens_superior
.
cod_uf
AS
"localoferta_cod_uf"
,
aluno_ens_superior
.
par_tipo_escola_ensino_medio
,
localoferta_ens_superior
.
cod_local_oferta
,
localoferta_ens_superior
.
cod_uf
AS
"localoferta_cod_uf"
,
aluno_ens_superior
.
par_tipo_escola_ensino_medio
,
localoferta_ens_superior
.
cod_municipio
AS
"localoferta_cod_municipio"
,
localoferta_ens_superior
.
cod_regiao
AS
"localoferta_cod_regiao"
,
localoferta_ens_superior
.
cod_municipio
AS
"localoferta_cod_municipio"
,
localoferta_ens_superior
.
cod_regiao
AS
"localoferta_cod_regiao"
,
localoferta_ens_superior
.
nome
AS
"localoferta_nome"
localoferta_ens_superior
.
nome
AS
"localoferta_nome"
,
,
aluno_ens_superior
.
concluinte
FROM
FROM
aluno_ens_superior
INNER
JOIN
localoferta_ens_superior
ON
(
aluno_ens_superior
.
ano_censo
=
localoferta_ens_superior
.
ano_censo
AND
aluno_ens_superior
.
cod_curso_polo
=
localoferta_ens_superior
.
cod_curso_polo
)
aluno_ens_superior
INNER
JOIN
localoferta_ens_superior
ON
(
aluno_ens_superior
.
ano_censo
=
localoferta_ens_superior
.
ano_censo
AND
aluno_ens_superior
.
cod_curso_polo
=
localoferta_ens_superior
.
cod_curso_polo
)
WHERE
WHERE
...
...
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