4 resultat(s) trouvé(s)
par ordre de distance par rapport à la commune de saint-martin-du-varSELECT *,(6371 * ACOS(COS(RADIANS(43.821927)) * COS(RADIANS(latitude)) * COS(RADIANS(longitude) - RADIANS(7.191766)) + SIN(RADIANS(43.821927)) * SIN(RADIANS(latitude)))) AS distance FROM hotel_booking where ((zip=06670) OR (zip=06670) OR (zip=06510)) AND hotel_type_id <> '204' HAVING distance <= 3 ORDER BY distance