hlubek on 01/29/09
Last Edited at 01/29/09 12:13pm
SET @id := 0;UPDATE users SET id = (@id := @id + 1) WHERE id = 0;
Report this snippet Tweet
Comment:
You need to login to post a comment.