SQL Server 四舍五入

 

 

int a,b;
Round(a/b,2);如果b>a结果总是0,晕了!
要改成这样的:
Round(a/cast(b as float),2);

posted @ 2012-12-27 17:34  mindyou44  阅读(123)  评论(0编辑  收藏  举报