I have values that change in string length.
Say 234547,54677,7899077....
I would like to use substring to get the last five digits from every value.
For example the above would give me 34547,54677,99077
How do i do it?