I can never remember the SSIS if syntax in the derived column control, so Just so I can remember it myself 🙂
The syntax is like this:
(compare) ? true : false
So if x equals 5 and y equals 1, then this will return x
(x>y)?x:y
I can never remember the SSIS if syntax in the derived column control, so Just so I can remember it myself 🙂
The syntax is like this:
(compare) ? true : false
So if x equals 5 and y equals 1, then this will return x
(x>y)?x:y
Leave a Reply