I have one column name "link" having a data like:-
Link
www_dump/e3_upoad/sdf/smc_sm_lys_vu_12221126-509
www_dump/e3_upoad/sdi/smc_sm_lys_vu_11342356-43445
The Output I want to extract the number and convert it to It is something like this
Link DATE
www_dump/e3_upoad/sdf/smc_sm_lys_vu_12221126-509 12221126
www_dump/e3_upoad/sdi/smc_sm_lys_vu_11342356-43445 11342356
and convert it to date format.
I tried using substr but no luck