FIND ALL 10 DIGIT NUMBERS IN GIVEN STRING
683321Mar 1 2011 — edited Mar 1 2011Hi~
I have a column called work log in my table which has some text and 10 digit numbers somewhere in the text, I need to find all the 10-digit numbers and convert those using
to_char(date '1970-01-01' + *"10-digit number"*/(60*60*24),'MM-DD-YYYY HH24:MI:SS')
Any Help
Thanks