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