I have a column filled with this type of data
AR001-330110092522102
AR001-330335000041402
AR001-330410092999901
Problem is, I only want the numbers after the dash my desired output is
330110092432102
330335091341402
330410092015901
How do I use REGEXP in oracle to accomplish this
Column name is identifier and table name is NSUS