I have an integer field of a MySQL table data type. the value is saved as 1, 2, 3 .., 10000.
I want to format it starting from 00001, 00002, 0003, etc. (integer should be 5 digits).
Is there any function?
or how to install it manually in phpMyAdmin ..
source
share