Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/01/2012, 05:02
Avatar de azimutisima
azimutisima
 
Fecha de Ingreso: mayo-2011
Mensajes: 107
Antigüedad: 13 años, 7 meses
Puntos: 14
Respuesta: query con 3 tablas

Bueno me entretuve recreando el entorno y creo que lo que quieres es esto:

Cita:
select p.id, p.Nombre, IF(r.id is null ,'No alquilada', 'Alquilada'),ifnull(c.Nombre,'')
from tempCliente c
inner join temprenta r
on c.id = r.idCliente
right join tempPelicula p
on r.idPelicula = p.id
__________________
Si te gusto mi respuesta anímame a continuar dandome un voto.