1 resultat(s) trouvé(s)
par ordre de distance par rapport à la commune de lamotheSELECT *,(6371 * ACOS(COS(RADIANS(45.3152999)) * COS(RADIANS(latitude)) * COS(RADIANS(longitude) - RADIANS(3.42922997)) + SIN(RADIANS(45.3152999)) * SIN(RADIANS(latitude)))) AS distance FROM hotel_booking where ((zip=43100)) AND hotel_type_id <> '204' HAVING distance <= 3 ORDER BY distance LIMIT 0,10