Hi all
Is there a TSQL function like Oracle's Translate function? Where:
Translate('13,0 00
Miles','abcdefg hijklmnopqrstuv wxyzABCDEFGHIJK LMNOPQRSTUVWXYZ , ',' ') would
return '13000'?
I'm trying to extract a number from a string. REPLACE doesn't quite do
what I want.
Thanks
Is there a TSQL function like Oracle's Translate function? Where:
Translate('13,0 00
Miles','abcdefg hijklmnopqrstuv wxyzABCDEFGHIJK LMNOPQRSTUVWXYZ , ',' ') would
return '13000'?
I'm trying to extract a number from a string. REPLACE doesn't quite do
what I want.
Thanks
Comment