I have a string with multiple words in it, and the string contains more than 50 characters. I need the characters in the column to be less than 50 chars.
If the chars is more than 50, then I need the words after 50chars to be moved in a new column. How will I do that?