I\'m trying to find out the best practice when removing characters from the start of a string.
In some languages, you can use MID without a length parameter however, in
I would use the right function as it better shows your intent. The substring function is best used for extracting strings from the middle of a longer string.
right
substring