Hi All,
I need to write a function to convert a varchar2 value from a pattern of two alpha charatcer followed by two numeric character, then followed by a alpha character, then anthing after that to a three numeric charater after the first two characters. Such as "ab99c91" to "ab099c19". Please help.
Thanks,
--James
I need to write a function to convert a varchar2 value from a pattern of two alpha charatcer followed by two numeric character, then followed by a alpha character, then anthing after that to a three numeric charater after the first two characters. Such as "ab99c91" to "ab099c19". Please help.
Thanks,
--James