Pg
dbname=informe2003 host=mazatl
postgres
select nombre_proy, tipo_part, tinv_proy,financ_proy,no_reg_part from proyectos1 where rfc='$rfc'
select materia, nivel, facultad, semestre from cursos_sem where rfc='$rfc'
select nombre,inst from distinciones where (rfc='$rfc' and pub='Sí')
select * from articulos where rfc='$rfc'
select autores, titulo, edit, isbn from libros where rfc='$rfc'
select nombre,editores, titulo, autores2, edit, pags, periodo, isbn from capitulos_lib where rfc='$rfc'
select titulo,tipo_pat,registro from patentes where rfc='$rfc'
select frh.nombre_est,frh.inst,nivel_frh.nivel,frh.titulo,frh.fecha from frh,nivel_frh where (rfc='$rfc') and (tipo_part=1 or tipo_part=2) and (frh.nivel=nivel_frh.cla_niv)
No hay datos