I'm using MySQL server In my database, I want to add a number for every user automatically, I want it to be increased by 7 numbers each time. how to do it?
Asked
Active
Viewed 27 times
0
-
3Does this answer your question? [MySQL autoincrement column jumps by 10- why?](https://stackoverflow.com/questions/206751/mysql-autoincrement-column-jumps-by-10-why) – Cositanto Oct 25 '22 at 08:07
-
There is no such feature in MySQL. – Akina Oct 25 '22 at 08:11
-
It's unclear what the problem is. Is this an autoincrement column, that should increase with each new row in a table? Please add more detail to your question. – AdamExchange Oct 27 '22 at 04:36