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