0
How do one auto increment for an employee ID that doesnot start from 1 example 1001
4 Answers
0
No Issues with it..
Just put the AUTOINCREMENT query and define starting value as '1001' it will start to count the next number
0
(1001, 5)
Can we add 5 to tell it to increment the number by 5.
0
https://stackoverflow.com/questions/41437587/add-a-primary-key-that-auto-increments-starting-with-1001
Check this article for more
0
Thanks