*IF* the field is a *NUMERIC* data type (INTEGER, REAL, DECIMAL, etc.) then the answer is simple: YOU CAN'T. Numbers are stored in an *internal* format that has no cognizance of you we silly humans want to see them displayed.
You would have to store the data a strings, in a VARCHAR or, more likely, CHAR field if you wanted to have padding.
|