根据空值删除重复行

发布于 2024-11-30 03:17:59 字数 60 浏览 0 评论 0原文

我们有一个 SSIS 包,它对 2 个表进行并集,如果行重复且列值为空,我们需要删除重复行。有什么想法吗?

We have a SSIS package that does a union all on 2 tables and we need to get rid of duplicate rows if the row is a duplicate and a column value is null. Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

南烟 2024-12-07 03:17:59

您可以使用聚合组件按所有列进行分组,从而为您的目标生成一个不同的列表

您还需要使用条件拆分将空列从目标表中分支出来,如下所示

删除重复项和空记录

You can use the aggregate component to group by all the columns resulting in a distinct list for you destination

You will also need to use a conditional split to branch the null column away from your target table as follows

Remove duplicates and null records

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文