Weather Observation Station 16

  • + 0 comments

    select cast(round(min(lat_n),5,1) as decimal(18,4)) from station where lat_n > 38.7780;

    this is for mssql. only when i change the value to 5 at round() that this works. i know the reasons why but i simply dunno how to explain. sorry.