I\'d like to select everything AFTER a certain character (-) that is placed on the most right side.
Eg.
abcd-efgh-XXXX
And I\'d like t
select substr('Prueba,Prueba2',instr('Prueba,Prueba2',',') + 1) from dual