Weather Observation Station 2

  • + 0 comments

    SELECT cast(SUM(LAT_N) as decimal(10,2))as lat, cast(SUM(LONG_W)as decimal(10,2)) as lon FROM Station;

    The decimal function cuts the decimal points upto 2 so, we will get the right ans