摘要:
用了aggregate函数和temp表。在SQLServer 2008下执行通过。可以处理存在不同主键的重复数据。create table t(a int,b char(10),c char(10))insert into t values (1, 'aa','bb')insert into t v... 阅读全文
posted @ 2014-04-23 17:53
ImToffee
阅读(179)
评论(0)
推荐(0)
|
IT Gourmet
数据仓库, ETL的笔记 |