SELECT (acos (sin (radians (LATITUD_1)) * sin (radians (LATITUD_2)) +
cos (radians (LATITUD_1)) * cos (radians (LATITUD_2)) *
cos (radians ( LONGITUD_1) - radians (LONGITUDE_2))) * 6378) as
distancePoint1Point2;
Enrico Maria Giordano wrote:Can I see a sample of the problem?
EMG
Antonio Linares wrote:Antonino,
We are going to rename them as FWSIN and FWCOS
thanks for pointing it