Skip to content

Latest commit

 

History

History
executable file
·
6 lines (5 loc) · 103 Bytes

File metadata and controls

executable file
·
6 lines (5 loc) · 103 Bytes

Перенумерация строк

SET @t=0;
UPDATE `table` SET `field` = (@t := @t + 1);