Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/04/2017, 06:52
Avatar de Libras
Libras
Colaborador
 
Fecha de Ingreso: agosto-2006
Ubicación: En la hermosa perla de occidente
Mensajes: 7.412
Antigüedad: 18 años, 3 meses
Puntos: 774
Respuesta: Consulta entre dos tablas con datos faltantes

sencillo seria algo como esto:

Código SQL:
Ver original
  1. SELECT t1.id,t1.nombre, t2.nombre AS fab_nom, t3.nombre AS imp_nom FROM productos AS t1
  2. LEFT JOIN empresas AS t2 ON (t1.id=t2.fab_id)
  3. LEFT JOIN empresas AS t3 ON (t1.id=t3.imp_id)

prueba y comentas
__________________
What does an execution plan say to t-sql query? Go f**k yourself, if you are not happy with me