Returning the first characters of variable length words that are separated by hyphen in a variable length string in MS SQL
I have a column that contains variable length phrases or words that are separated by hyphen in a variable length string. I would like return only the first character of each phrase/word without building a function.