Presto SQL-Extract sting from the last occurence of char (:) from the right
My goal is to get all the substrings after the last occurene of the char hypen from the right in each string separated by hypen. Ive tried, but i’m getting wrong values if there are multiple “Hypen” encountered from the string. Is there any workaround or approach. Thank you in Advance.