码迷,mamicode.com
首页 > 数据库 > 详细

Sql 中取小数点后面两位小数

时间:2015-06-12 19:01:04      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:

select convert(numeric(8,2),round(UnTaxAmount,2))as UnTaxAmount from View_SaleVoice

select   cast(UnTaxAmount as decimal(20,2)) as UnTaxAmount   from View_SaleVoice

 

Sql 中取小数点后面两位小数

标签:

原文地址:http://www.cnblogs.com/rwh871212/p/4572298.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!