select Idpedido,Nombrecontacto cliente , Nombre, Apellidos,Fechaentrega from Empleados,Clientes,pedidos where Fechaentrega = (select max(Fechaentrega) from pedidos)
select Idpedido,Nombrecontacto cliente , Nombre, Apellidos,Fechaentrega from Empleados,Clientes,pedidos where Fechaentrega = (select max(Fechaentrega) from pedidos)
© 2015 Todos los derechos reservados.