Ver Mensaje Individual
  #3  
Antiguo 18-09-2007
egarc egarc is offline
Miembro
 
Registrado: jul 2006
Posts: 60
Reputación: 18
egarc Va por buen camino
Prueba haciendo esto, le pones un asterisco (*) antes del igual o despues del igual

Código SQL [-]
select tabla1.campo1,tabla2.campo2,tabla2.campo3,tabla3.campo2from tabla1,tabla2,tabla3where tabla1.campo1*=tabla2.campo1 and         tabla1.campo1*=tabla3.campo1

ó

Código SQL [-]
select tabla1.campo1,tabla2.campo2,tabla2.campo3,tabla3.campo2from tabla1,tabla2,tabla3where tabla1.campo1=*tabla2.campo1 and         tabla1.campo1=*tabla3.campo1


Espero te sirva de ayuda...
Responder Con Cita