You are viewing a single comment's thread. Return to all comments →
-- so basicaly: |x1 - x2| + |y1 - y2| select cast(abs(min(lat_n) - max(lat_n)) as decimal (38,4)) + cast(abs(min(long_w) - max(long_w)) as decimal (38,4)) from station
Seems like cookies are disabled on this browser, please enable them to open this website
Weather Observation Station 18
You are viewing a single comment's thread. Return to all comments →
-- so basicaly: |x1 - x2| + |y1 - y2| select cast(abs(min(lat_n) - max(lat_n)) as decimal (38,4)) + cast(abs(min(long_w) - max(long_w)) as decimal (38,4)) from station