My Table Primary Key is user_id
and starts with 101, 102...
The client wants me to now start with 60001001, 60001002, and so forth.
How would a MySql query be written to update these primary key values?
Thanks
My Table Primary Key is user_id
and starts with 101, 102...
The client wants me to now start with 60001001, 60001002, and so forth.
How would a MySql query be written to update these primary key values?
Thanks