|
|
#2 (permalink) |
![]() Fecha de Ingreso: septiembre-2005
Mensajes: 1.389
|
Re: inner join..
Código:
Un saludo SELECT * FROM table1 INNER JOIN table2 ON table1.id=table2.id INNER JOIN table3 ON table2.id=table3.id; ![]()
__________________
jerkan.net |
|
|
|
|
|
#3 (permalink) |
![]() Fecha de Ingreso: noviembre-2005
Ubicación: Cbba - Bolivia
Mensajes: 743
|
Re: inner join..
Como te dice jerkan, esa es una opcion, tambien puedes usar:
Código PHP:
http://dev.mysql.com/doc/refman/5.0/es/join.html
__________________
"El Conocimiento es de todos, no solo de algunos" |
|
|
|