How to extract substring before a hyphen? string example “Boston-Cambridge” and I just want to extract the strings (Boston) before the “-” character.
SplitPart([ Column Name], “-”, 1)
How to extract substring before a hyphen? string example “Boston-Cambridge” and I just want to extract the strings (Boston) before the “-” character.
SplitPart([ Column Name], “-”, 1)