摘要: 对明细中的同一主键ID相关数据进行合并1.主表的【项目】+明细表的【附加项目】2.明细表的金额数据源if object_id('tempdb..#主表') is not null drop table tempdb..#主表if object_id('tempdb..#细表') is not nul... 阅读全文
posted @ 2014-08-25 16:47 起航Fly 阅读(877) 评论(0) 推荐(0) 编辑