摘要: select sum(发行金额) from( select PoolNameFormat,count(cast(ItemValue as decimal(19,4))) as 发行笔数,sum(cast(ItemValue as decimal(19,4))) as 发行金额 from ( select *, case when PoolName like '%2015%'then 20... 阅读全文
posted @ 2019-04-03 19:23 theDataDigger 阅读(130) 评论(0) 推荐(0)