I'm having an issue, whereby I need to separate the following BPO007
to show BPO
and 007
. In some cases another example would be GFE0035
, whereby I still need to split the numeric value from the characters.
When I do the following select isnumeric('BPO007')
the result is 0, which is correct, however, I'm not sure how split these from each other.
I've had a look at this link, but it does not really answer my question.
I need the above split for a separate validation purpose in my trigger.
How would I develop something like this?
Thank you in advance.