Advertisement
jotazetaec

Untitled

Apr 24th, 2024
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. select  tp.idregistro as cod ,
  2. p.apellido1 , p.apellido2 , p.nombres ,
  3. p.correo_personal_institucional , p.cedula ,
  4. tp.titulo ,tp.link , tpi.nombre as revista, tp.fecha_publicacion ,
  5. tp.fecha_registro ,tip.titulo_proyecto, tip.fecha_inicio_pro ,tip.fecha_fin_pro  
  6. from esq_publicacion.tbl_publicacion_persona tpp
  7. join esq_datos_personales.personal p on p.idpersonal = tpp.id_personal
  8. join esq_publicacion.tbl_publicacion tp on tp.idregistro = tpp.id_publicacion
  9. join esq_publicacion.tbl_publicacion_instrumento tpi on tpi.idregistro = tp.id_publicacion_instrumento
  10. join esq_investigacion.tbl_inv_proyectos tip on tip.idregistro = tp.id_origen_publicacion
  11. where tpp.id_personal not in (-1) and tp.id_tipo_publicacion = 412
  12. and tp.origen_publicacion = 'PINV'
  13. and p.cedula in ('0962031860',
  14. '1757975147',
  15. '0962091450',
  16. '1308181518',
  17. '1756918528',
  18. '0960377042',
  19. '0959569047',
  20. '0960791812',
  21. '1308591211',
  22. '1306419795',
  23. '1305252924',
  24. '1308653011',
  25. '1309454039',
  26. '1757160476',
  27. '0963691498',
  28. '0963702931',
  29. '1304995069',
  30. '1302447808')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement