I have a column that contains alphanumeric data. I would like to remove the alphabetic character only if it's in the beginning of the string.
Example of what the data looks like: Z999999999 12ABC 123456AB7
What I would like the data to look like: 999999999 12ABC 123456AB7