column 'sort_order', and i need to fill this column for every product from 1 to 200, how can i do it faster? sorry for my English, thanks
Set @num =0; Update table_name set column_name = @num +1 Where condition;
Обсуждают сегодня