I want to trim the characters from the left in my SQL value:
I have the following value:
ABC0005953
How do i trim the value 3 character
Perhaps you could could just use right(x, len(x)-3)