Welcome to SO. Try adding a half unit to the decimal you want to round up, e.g. 0.005. SELECT round(0.5503705629,2) AS down, ...
確定! 回上一頁