18/12/2015, 11:44
|
| | | Fecha de Ingreso: marzo-2008
Mensajes: 329
Antigüedad: 16 años, 10 meses Puntos: 10 | |
Respuesta: Consulta MySQL Habitaciones Hotel He intentado esto pero no sale:
INNER JOIN tbl_habitaciones_hotel ON tbl_fechas_habitaciones.refHabitacion = tbl_habitaciones_hotel.id_Habitacion
INNER JOIN tbl_hotel ON tbl_habitaciones_hotel.refHotel = tbl_hotel.idHotel
WHERE tbl_fechas_habitaciones.fechas BETWEEN '2015-12-18' AND '2015-12-28' AND tbl_fechas_habitaciones.fechas = ''
AND tbl_hotel.intEstado = 1 AND tbl_habitaciones_hotel.intEstado = 1
AND tbl_hotel.idProvincia = 43
GROUP BY tbl_fechas_habitaciones.refHabitacion
Un saludo: Manyblue |