Hi Folks,
Did you ever wonder how to implement the IS Not NUll condition in SSIS derived column. Its easy just write the below code
!ISNULL(D_Stock) ? (DT_NUMERIC)Stock : 0
Did you ever wonder how to implement the IS Not NUll condition in SSIS derived column. Its easy just write the below code
!ISNULL(D_Stock) ? (DT_NUMERIC)Stock : 0
No comments:
Post a Comment