You are viewing a single comment's thread. Return to all 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.
Seems like cookies are disabled on this browser, please enable them to open this website
Weather Observation Station 16
You are viewing a single comment's thread. Return to all 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.