Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Administrator
planificacion_gestion_academica_carreras
Commits
da862bda
Commit
da862bda
authored
May 04, 2022
by
David Villalobos Cambronero
Browse files
Update PlanificacionGestionAcademica-Sobrescribir.sql
parent
c6a7c58f
Pipeline
#6544
passed with stage
in 34 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
BaseDeDatos/PlanificacionGestionAcademica-Sobrescribir.sql
View file @
da862bda
...
...
@@ -700,7 +700,7 @@ SELECT `a`.`Identificacion`
,
`c`
.
`CorreoElectronico1`
AS
`CorreoE`
,
`d`
.
`GradoAcademico`
AS
`UltimoGrado`
,
`a`
.
`FechaIngreso`
,
(
SELECT
`e`
.
`Categoria`
FROM
`Drupal`
.
`VicerrectoriaDocencia_DocentesCategorias`
`e`
WHERE
`e`
.
`Identificacion`
=
`a`
.
`Identificacion`
ORDER
BY
`e`
.
`PeriodoAnio`
DESC
LIMIT
1
)
AS
`Categoria`
,
(
SELECT
`e`
.
`Categoria`
FROM
`Drupal`
.
`VicerrectoriaDocencia_DocentesCategorias`
`e`
WHERE
`e`
.
`Identificacion`
=
`a`
.
`Identificacion`
ORDER
BY
CONCAT
(
SUBSTRING_INDEX
(
`e`
.
`PeriodoAnio`
,
'-'
,
-
1
),
SUBSTRING_INDEX
(
`e`
.
`PeriodoAnio`
,
'-'
,
1
))
DESC
LIMIT
1
)
AS
`Categoria`
,
`d`
.
`Especialidad`
,
IF
(
`b`
.
`Anualidades`
IS
NULL
,
`a`
.
`Anualidades`
,
`b`
.
`Anualidades`
)
AS
`Anualidades`
,
`a`
.
`Estado`
,
`a`
.
`OtroEstado`
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment