SQL除法运算保留小数位

select   cast(cast(10 as float)/3 as decimal(10,2)) as print

还有Ceiling()和Floor()函数

一个是上取整,一个是下取整,很好用咯

你可能感兴趣的:(sql,float)