
Other
文章平均质量分 65
denuvead
学习阶段
展开
-
T-SQL中的比较实用技巧,处理数字为小数点后两位和判断类型显示不同文字
ALTER PROCEDURE [dbo].[sp_GetListPortfolio]@AccountId uniqueidentifierasselect PortfolioId, AccountId, PortfolioName, CreateDate, CAST(TotalCost as decimal(38,2)) as TotalCo原创 2008-05-28 13:44:00 · 1094 阅读 · 1 评论 -
遍历获取目录信息
public string GetReportList(int type, Guid _advisorid, Guid _accountid)//获取目录 //1 表示Risk 2表示Xray 0默认都显示 { StringBuilder sblist = new StringBuilder(); string RiskPat原创 2008-06-09 12:45:00 · 414 阅读 · 0 评论