These are my first questions, so please forgive me for any mistakes .....
What I want to do is set the Auto_increment parameter in the MySQL database so that it starts counting from a specific format, for example:
date / date
for example: 2011-06-01 / 0001, 2011-06-01 / 0002,,,, 2011-06-02 / 0001, 2011-06-02 / 0002
...and so on
I hope that I will make my problem understandable, and thanks in advance .........
source
share