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