You can use cross apply and the third parameter of charindex to get the position of the underscores. declare @T table ( Name_Level_Class_Section varchar(25) ) ...
確定! 回上一頁