Is there a way to basically trim off the last X characters in a field?
Example
Field 1 Value - 15000
Field 2 Value - 2645678
Desired output - 15
Desired output - 2645
Can I perform a trim or something to remove the last 3 or X number of characters?
I know that I can RTRIM for spaces, but I wanted to trim the actual characters.
Thanks in advance!
Example
Field 1 Value - 15000
Field 2 Value - 2645678
Desired output - 15
Desired output - 2645
Can I perform a trim or something to remove the last 3 or X number of characters?
I know that I can RTRIM for spaces, but I wanted to trim the actual characters.
Thanks in advance!
Comment