TSQL Challenge 46 - Remove leading occurrences of the first character in a string
This challenge is a slightly enhanced version of the ‘remove leading zeros’ problem. The ‘remove leading zeros’ problem involves removing all the occurrences of the leading zeroes from a number. What makes this challenge different is the requirement to remove the ‘leading’ occurrences of the first character in the string.