空查找表与不匹配查找表(查找变换)
空查找表与查找变换中的不匹配查找表相同吗?
如果不配置行重定向会出现什么结果?
- 空结果集或包失败
- 查找转换时出现
Is empty lookup table the same as non-matching lookup table in lookup transform?
What would be the result if no row redirection is configured?
- an empty result set or
- package failure at the lookup transform
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能会遇到#2:包失败。 它将无法在查找表中找到该行(因为它是空的)。
编辑:我应该说,如果您将错误配置设置为
忽略失败
,您将得到一个空行集。You could get #2: Package failure. It would not be able to find the row in the lookup table (since it's empty).
Edit: I should say that if you set the Error Configuration to
Ignore Failure
, you will get an empty rowset.