Erreur SQL : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY tarifs' at line 5
Requête : SELECT DISTINCT b.chambre, b.nbAdulte, a.idChambre
FROM hotels_tarifs a, hotels_chambres b
WHERE a.idChambre = b.id
AND a.idHotel =
ORDER BY tarifs