Weather Observation Station 18

  • + 0 comments

    MS SQL Server:

    This one works fine:

    Select CONVERT(DECIMAL(8,4),(Abs(Min(lat_n) - Max(lat_n)) + Abs(Min(long_w) - Max(long_w)))) As Decimal_value from STATION;