摘要: --获取当天注册数据的2种写法,当然更推荐第二种--第一种select RegisterDate from [QPAccountsDB].[dbo].[AccountsInfo] where CONVERT(varchar(10),RegisterDate,120)=CONVERT(varchar( 阅读全文
posted @ 2016-06-03 17:06 唔愛吃蘋果 阅读(273) 评论(0) 推荐(0)
摘要: DataRow [] dr=pageSet.PageSet.Tables[0].Select("TradeType='存款'"); StoreGold = dr.Sum<DataRow>(r => (long)r["transScore"]); DrawGold = pageSet.PageSet. 阅读全文
posted @ 2016-06-03 15:52 唔愛吃蘋果 阅读(545) 评论(0) 推荐(0)