SELECT id, ort, fachwort, (
6368 * SQRT(2*(1-cos(RADIANS(lng)) *
cos(0.19841129716028) * (sin(RADIANS(lat)) *
sin(0.83180029206371) + cos(RADIANS(lat)) *
cos(0.83180029206371)) - sin(RADIANS(lng)) * sin(0.19841129716028)))) AS entfernung
FROM literatur WHERE
6368 * SQRT(2*(1-cos(RADIANS(lng)) *
cos(0.19841129716028) * (sin(RADIANS(lat)) *
sin(0.83180029206371) + cos(RADIANS(lat)) *
cos(0.83180029206371)) - sin(RADIANS(lng)) * sin(0.19841129716028))) <= 25
ORDER BY entfernung