Please make sure you read, understand, and follow Rules and Terms of Service.
0 Members and 1 Guest are viewing this topic.
SET @temp = 200;UPDATE table_name SET ID = @temp := ( @temp +1 ) ORDER BY ID ASC;