Kemin Zhou wrote:
Here I have a table column defined as integer type.
it stores number from 1 to the hundred range (3 digits).
For nice output (without using any external programming languages),
I would want the printed type to have zerofill.
One way to do it is to convert the type of the colu
Here I have a table column defined as integer type.
it stores number from 1 to the hundred range (3 digits).
For nice output (without using any external programming languages),
I would want the printed type to have zerofill.
One way to do it is to convert the type of the column to the zerofill.