Pg
dbname=informe2002 host=mazatl
postgres
select materia, nivel, facultad, semestre from cursos_sem where rfc='$rfc'
select nombre,inst from distinciones where (rfc='$rfc' and pub like '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