SET @rank:=0;
update T
set example@sqldat.com:example@sqldat.com+1;
AKTUALIZACE
alternativní způsob s jedním příkazem
UPDATE T
JOIN (SELECT @rank := 0) r
SET example@sqldat.com:example@sqldat.com+1;
SET @rank:=0;
update T
set example@sqldat.com:example@sqldat.com+1;
AKTUALIZACE
alternativní způsob s jedním příkazem
UPDATE T
JOIN (SELECT @rank := 0) r
SET example@sqldat.com:example@sqldat.com+1;