如何从4岁以上的目标表中删除记录

发布于 2025-02-01 15:30:27 字数 66 浏览 4 评论 0原文

我是Informatica的新手。如何开发映射,其中应添加删除步骤以从4岁以上的目标中删除所有记录? 来源和目标都是表

I am new to Informatica. How to develop a mapping where a delete step should be added to delete all the records from the target older than 4 years?
source and target are both tables

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

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

发布评论

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

评论(2

回心转意 2025-02-08 15:30:27

在您的源预选赛中,只需查询表格以上的记录以上超过4岁,然后通过删除策略将PK链接到目标

In your source qualifier just query the table for records older than 4 years and then link the PK to the target via a delete strategy

疾风者 2025-02-08 15:30:27

使用源限定符从数据库读取数据,只是为了标记它们以删除操作是一个选项。映射应该看起来像:

Source->Source Qualifier->Update Strategy->Target

但是听起来确实很糟糕,因为您什么也没阅读,只需使用sql target属性执行删除操作,而无需在整个网络上发送任何数据。

Reading the data with Source Qualifier from database to Informatica just to flag them for delete operation is one option. Mapping should look like:

Source->Source Qualifier->Update Strategy->Target

But it really sounds bad, since you can read nothing and just use Post-SQL target property to perform the delete operation without having literally any data sent across the network.

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