The column values in a table look like as shown below.
2993833-4550045575-1005634032
3383911-ACTOE-1005966215
I need to extract the string after the last dash. So, the output should be displayed as
1005634032
1005966215
How do I get the string after the last dash ?