3 resultat(s) trouvé(s)
par ordre de distance par rapport à la commune de castets-et-castillonSELECT *,(6371 * ACOS(COS(RADIANS(44.55158)) * COS(RADIANS(latitude)) * COS(RADIANS(longitude) - RADIANS(-0.115768)) + SIN(RADIANS(44.55158)) * SIN(RADIANS(latitude)))) AS distance FROM hotel_booking where ((zip=33210) OR (zip=33210) OR (zip=33210) OR (zip=33190) OR (zip=33190) OR (zip=33190)) AND hotel_type_id <> '204' HAVING distance <= 3 ORDER BY distance