|    
			
				16/08/2013, 14:39
			
			
			  | 
  |   |  | Colaborador |  |  Fecha de Ingreso: agosto-2006 Ubicación: En la hermosa perla de occidente 
						Mensajes: 7.412
					 Antigüedad: 19 años, 2 meses Puntos: 774 |  | 
  |  Respuesta: Select  
  con un  
Código SQL:
 Ver originalSELECT t2.nombre,t3.nombre FROM tabla1 AS t1LEFT JOIN tabla2 AS t2 ON (t1.id1=t2.id)LEFT JOIN tabla2 AS t3 ON (t1.id2=t3.id)
saludos! 
				__________________What does an execution plan say to t-sql query? Go f**k yourself, if you are not happy with me
     |