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.
Is there another way to do it?  Such as round, cast.

Kemin



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]


Reply via email to