Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/05/2015, 15:15
Avatar de Libras
Libras
Colaborador
 
Fecha de Ingreso: agosto-2006
Ubicación: En la hermosa perla de occidente
Mensajes: 7.412
Antigüedad: 17 años, 8 meses
Puntos: 774
Respuesta: consulta con tres tablas

Código SQL:
Ver original
  1. SELECT * FROM usuarios AS t1
  2. LEFT JOIN ciudades AS t2 ON (t1.id_ciudad=t2.id)
  3. LEFT JOIN imagenes AS t3 ON (t2.id_imagen=t3.id)
__________________
What does an execution plan say to t-sql query? Go f**k yourself, if you are not happy with me