Skip to content
Advertisement

SSIS Derived column based on input columns

I realize this may be a fundamental question but I’m struggling to understand the syntax behind expressions in derived columns. I have a simple case:

This is my SQL and I’d like to know how this translates in an SSIS derived column or some other method that I’m missing.

Advertisement

Answer

You should use conditional to translate this expression, but you should specify the output value if this condition is not met, as an example:

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement