Google help on software/programming And Windows Tricks: add prefix in table field in MySql

helponsoftware

Thursday 30 July 2015

add prefix in table field in MySql

SET @rank:=0;
Update`employee` set email= CONCAT(@rank:=@rank+1,email) WHERE email='demo@mail.com'

No comments:

Post a Comment