Need to pull the numeric values from the columns Routing number
and Account_Number
The values in the Routing_number column:
031100225 TOTAL FRAUD,
101190178 NON CASH,
071000288 NOT ON US,
101104407 10 DAY SENT,
065000090 REQ 10 DAY 81615,
101101141, DATED 032409,
101100045, FOR A FORD TAURUS
I need to select Routing number as - 031100225,101190178,071000288
The values in the Account_number column:
2079950059473 TOTAL FRAUD,
000480152617 KC MASTER COMP,
2538867, STALE DATE, CHECK
7003475514 FROZEN BLOCKED,
5049530455, NSF CHECK
I need to select account number as 2079950059473,000480152617
I need a SUBSTRING
function to select only the numeric part within the column.
Thanks