I have one table that contain lots of records and I want to update my primary key by row number. My database is MySQL.
feedback
|
|
You shouldn't do that. Leave your primary key alone, it identifies the whole record, not it's "position" (especially because there is no position at all). Why do you need that? Your task has another solution for sure, a proper one | |||
|
feedback
|