I have a column in SQL that has a name and various other items in it. I'm trying to figure out how to parse the name out and create new columns for it. I want to add two new columns and the new columns would then have first name and last name.
Example
APPLES-JST-JN-2022-07-22:BANANA:MELISSA:CUMBERBACH
SUBSTRING_INDEX()to extract parts of a delimited string.