Hello All,
I'm looking for a SQL to convert a string separated by an underscore ("_") to pull one character after each underscore as if I'm pulling out initials.
e.g.
string "THIS_HAPPENED_IN_SPACE", i want to convert this string to "THIS" picking one character after each underscore.
Thanks in advance for your help!
Best Regards,
Girish