I have a column where I expect it to be 10 digits (starting with '100...'). I know how to check the length with LEN but I am not able to combined with IF statement where if <10 then it should add prefix '100'.
Your help in right direction is appreciated.