J
Julian Milano
I have a field which is TEXT. It has numbers in it, currently. The numbers
are single digit ("1", "4", "9", etc) and double-digit ("10", "21", "33",
etc). I want to convert all single DIGITS to double digits by adding a zero
at the front, so "1" becomes "01" and "5" becomes "05".
What's the SQL for this?
are single digit ("1", "4", "9", etc) and double-digit ("10", "21", "33",
etc). I want to convert all single DIGITS to double digits by adding a zero
at the front, so "1" becomes "01" and "5" becomes "05".
What's the SQL for this?