MySQL Great Circle Distance (Haversine-Formel)

Ich habe ein funktionierendes PHP-Skript, das Longitude- und Latitude-Werte abruft und diese dann in eine MySQL-Abfrage eingibt. Ich möchte es nur MySQL machen. Hier ist mein aktueller PHP-Code: if ($distance != "Any" && $customer_zip != "") { //get the great circle distance //get the...