SELECT h.ID, h.NombreHotel, h.CategoriaHotel, h.DescripcionHotel, h.ImagesHotel, h.MapaHotel, d.NombreDest FROM hoteles_es as h LEFT JOIN destinos_es as d ON d.ID = h.DestinoHotel LEFT JOIN salida_hotel_regimen as s ON s.ID_Hotel = h.ID WHERE s.ID_Salida =
Error: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1