Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- select m.*,(select i.creditos_tomados from esq_inscripciones.inscripcion i
- join esq_datos_personales.personal p on p.idpersonal = i.idpersonal
- join esq_mallas.malla_escuela me on me.idmalla = i.idmalla
- where p.cedula = m.cedula and me.codigo_caces = m.carrera and i.anulado = 'N' and i.idescuela > 0
- and i.idperiodo in(167,168)
- )
- from esq_investigacion.matriz7 m where
- m.periodo = '2023-05-08'
- union
- select m.*,(select i.creditos_tomados from esq_inscripciones.inscripcion i
- join esq_datos_personales.personal p on p.idpersonal = i.idpersonal
- join esq_mallas.malla_escuela me on me.idmalla = i.idmalla
- where p.cedula = m.cedula and me.codigo_caces = m.carrera and i.anulado = 'N' and i.idescuela > 0
- and i.idperiodo in(180,181)
- )
- from esq_investigacion.matriz7 m where
- m.periodo = '2023-10-02'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement