SSIS How to get part of a string by separator

前端 未结 4 1912
旧巷少年郎
旧巷少年郎 2020-12-11 01:12

I need an SSIS expression to get the left part of a string before the separator, and then put the new string in a new column. I checked in derived column, it seems no such e

4条回答
  •  無奈伤痛
    2020-12-11 01:44

    if SUBSTRING length param returns -1 then it results in error, "The length -1 is not valid for function "SUBSTRING". The length parameter cannot be negative. Change the length parameter to zero or a positive value."

提交回复
热议问题