...And even after you correct the syntax, the logic of the code seems a bit strange. I'll interpret for you the meaning of the nested functions:
1) Locate the first character position just beyond the first '|' in <columnName>. (Let's call that position <n>.)
2) From position <n>, for a length of <n> characters (which is the strange part of the logic), remove all numeric characters.
3) Return from the nested function, the contents of <columnName> after having removed just those specific numeric characters.
Let us know if this answers your question about what the code is trying to do.
Mufasa
(aka Dave of Sandy, Utah, USA)
[I provide low-cost, remote Database Administration services: www.dasages.com]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.