Skip to content

Instantly share code, notes, and snippets.

@NagyGa1
Created April 14, 2017 03:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NagyGa1/f5bcc86fcd1c7a9f516e572e41e6e6d8 to your computer and use it in GitHub Desktop.
Save NagyGa1/f5bcc86fcd1c7a9f516e572e41e6e6d8 to your computer and use it in GitHub Desktop.
mysql update uuid binary(16)
update UserAccount set uuid = unhex(replace(uuid(),'-',''));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment