You are viewing a single comment's thread. Return to all comments →
mssql:
SELECT cast(round(sqrt(square(abs(max(lat_n)-min(lat_n))) + square(abs(max(long_w)-min(long_w)))),4) as decimal(10,4))
FROM station;
Seems like cookies are disabled on this browser, please enable them to open this website
Weather Observation Station 19
You are viewing a single comment's thread. Return to all comments →
mssql:
SELECT cast(round(sqrt(square(abs(max(lat_n)-min(lat_n))) + square(abs(max(long_w)-min(long_w)))),4) as decimal(10,4))
FROM station;