Re: number formating

2005-08-25 Thread Michael Stassen
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

number formating

2005-08-25 Thread Kemin Zhou
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.