Weather Observation Station 2

  • + 11 comments

    It is kind of weird the engine does not accept this in MSSQL;

    SELECT ROUND(SUM(LAT_N), 2), ROUND(SUM(LONG_W), 2) FROM STATION;
    

    I would like to hear why this won't work.