Chronicle said:I don't want just a random one (or three).
I need to reset the ID's to something else, easily.
It is a complicated (ish) script, that is basically like a news script. It has multiple pages (as it splits pages up into groups of 10 posts).
Using that method won't work I dont think
Select id from tbl;
$uuid = new UUID();
update tbl set id=$uuid where id=$oldid;