Skip to content

Instantly share code, notes, and snippets.

@countless-integers
Created May 18, 2016 09:06
Show Gist options
  • Save countless-integers/78227fce398987526acfe01cc47b09b3 to your computer and use it in GitHub Desktop.
Save countless-integers/78227fce398987526acfe01cc47b09b3 to your computer and use it in GitHub Desktop.
neat little queries
set @i = 1;
update table
set field = @i := @i + 1
where field2 = 11;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment