Weather Observation Station 19

  • + 1 comment

    with TN as(Select Min(LAT_N) as a,Max(LAT_N) as b,Min(Long_W) as c,Max(Long_W) as d from Station) select round(sqrt(power((a-b),2)+power((c-d),2)),4) from TN