SET @id_value := 0;
UPDATE your_table_name
SET your_id_column = (@id_value := @id_value + 1)
WHERE @id_value <= 10;
SET @id_value := 0;
UPDATE your_table_name
SET your_id_column = (@id_value := @id_value + 1)
WHERE @id_value <= 10;
Here many types of latest technology news, many useful (tools, software, apps, website, technical problem solution )If you have any query regrading Site, Advertisement and any other issue, please feel free to contact me