You are viewing a single comment's thread. Return to all comments →
SELECT ROUND(MAX(STATION.LAT_N) - MIN(STATION.LAT_N) + MAX(STATION.LONG_W) - MIN(STATION.LONG_W), 4) AS MANHATTAN_DISTANCE 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 →
SELECT ROUND(MAX(STATION.LAT_N) - MIN(STATION.LAT_N) + MAX(STATION.LONG_W) - MIN(STATION.LONG_W), 4) AS MANHATTAN_DISTANCE FROM STATION;