Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 2 个来自派生列功能的新列,我必须将它们合并为一个列并将其提供给目标表。
派生列 1:
ABC BBC CBC
派生列 2:
HPC DRT RTY
派生列 3 应该是
ABC BBC CBC HPC DRT RTY
USE UNION ALL TransformationAND 然后Derived ColumnSSIS 将映射列。Union ALL 与 Combine the two column and Derived Column 会将合并的列放在一个 Derived Column 中。
UNION ALL Transformation
Derived Column
像这样的东西..