You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider (a,c) and (b,d) to be two points on a 2D plane where (a,b) are the
3
+
respective minimum and maximum values of Northern Latitude (LAT_N) and (c,d) are the respective minimum and maximum values of Western Longitude (LONG_W) in
4
+
*/
5
+
6
+
select round(sqrt(power((b - a),2) + power((d-c),2)) ,4) from (
0 commit comments