I have a MySQL table data type integer field. the value is stored as 1, 2, 3 .., 10000.
I want to format it with starting from 00001, 00002, 0003 etc., (the whole number to be 5 digit).
Is there any function to do?
or how do i set it manually in phpMyAdmin..