
22/02/2011, 12:57
|
| | Fecha de Ingreso: diciembre-2010
Mensajes: 8
Antigüedad: 14 años, 2 meses Puntos: 0 | |
Respuesta: Select no me selecciona lo he ejecutado y me sale esto
FROM habitacion, Reserva WHERE habitacion.id_habitacion = Reserva.id_habitacion AND ocupacion_maxima >= 10 AND fecha_entrada >= '' AND fecha_salida <= '' GROUP BY id_habitacion, nombre, descricion, ocupacion_maxima, tarifa HAVING count(*) > 0 ORDER BY ocupacion_maxima asc, tarifa desc |