Reputation: 810
There is a table named User
in database. Columns as follows:
ID
FirstName
LastName
ID
is primary key and auto incremented in this case. I have only 7 records; last ID of data is 7.
How can I increment ID starting from any number (eg. 10000).
Upvotes: 0
Views: 1712