group by的应用问题
发表在ASP.NET图书答疑 2010-10-08
是否精华
版块置顶:
 OleDbDataAdapter da = new OleDbDataAdapter("select fwry,sum(xfje) as xfje,(sum(xfje)/'" + sum + "')*100 as zb,'"+sum+"' as bd from xfjl where nian='" + this.GridView1.Rows[e.NewEditIndex].Cells[0].Text + "'and yue='" + this.GridView1.Rows[e.NewEditIndex].Cells[1].Text + "'group by fwry ", Conn);在这里有个问题在xfje这一列里面小数点一长串怎样保留2为有效数字,各位大侠帮忙看看
分享到:
精彩评论 3
mrf
学分:0 LV1
TA的每日心情
第一天
2022-08-18 00:01:55
2010-10-08
沙发
困难就在要放在这条SQL语句里面执行,在sql语句里面做感觉好像实现不了!
mrf
学分:0 LV1
TA的每日心情
第一天
2022-08-18 00:01:55
2010-10-09
板凳
这么长时间都没有人回答,到明天我可要自己回答了!真是的论坛这么多人怎么没人思考这个问题!
大伟_mrkj
学分:0 LV1
2010-10-09
地板
c# 保留小数点后两位

Math.Round(0.333333,2);//按照四舍五入的国际标准

2、

double dbdata=0.335333;

string str1=String.Format("{0:F}",dbdata);//默认为保留两位

3、

float i=0.333333;

int j=(int)(i * 100);

i =    j/100;

4、

decimal.Round(decimal.Parse("0.3333333"),2)

5、

private System.Globalization.NumberFormatInfo nfi = new System.Globalization.NumberFormatInfo();

float test=0.333333f;

nfi.NumberDecimalDigits=2;

string result=test.ToString("N", nfi);

6、

string result= String.Format("{0:N2}",Convert.ToDecimal("0.333333").ToString());
 
首页上一页 1 下一页尾页 3 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照