MySQL Forums
Forum List  »  Spanish

Re: consultas a multiples tablas
Posted by: William Chiquito
Date: March 29, 2008 05:50PM

Hola americo,

En MySQL igualmente puedes usar alias para las tablas, así que la consulta:
SELECT a.nombres, b.materias FROM alumnos a, clases b WHERE a.id_alumno=b.id_alumno;
debería funcionar igual que en PostgreSQL.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: consultas a multiples tablas
2075
March 29, 2008 05:50PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.