Hi Guys,
Does any one of you knows if there exist a function that do this?
I have this field:
X = "ABCD123Y"
I would like to change it to this:
X = "123"
I mean eliminate all the "Not Numbers" and leave just the numbers in that place.
Does a T-SQL Function exist for this? or I have to create something here?
Thanks a lot for any help!
MR
Does any one of you knows if there exist a function that do this?
I have this field:
X = "ABCD123Y"
I would like to change it to this:
X = "123"
I mean eliminate all the "Not Numbers" and leave just the numbers in that place.
Does a T-SQL Function exist for this? or I have to create something here?
Thanks a lot for any help!
MR