I have a column with the string "ItemBO:M101,1000129A,A" I want to extract only the text "1000129A"
Many thanks in advance!
I tried using the function
SELECT SUBSTR_AFTER ('ItemBO:M101,1000129A,A',',') "substr after" FROM DUMMY;
but the result is 1000129A,A