I have a column of data where I need to remove the 1st 2 digits & keep the rest. The whole string contains both letters and numbers. For example, in my column I have 07M123456789 & 780001234RB, etc... and I need to return M123456789 & 0001234RB.
I've tried trim, trimright, & trimleft but these are not working because the length of my data varies. Any suggestions or help would be greatly