Skip to content

Instantly share code, notes, and snippets.

@boris1993
Created December 9, 2019 03:35
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 boris1993/2fe360caeaaa3a398c4d66ae62a04d00 to your computer and use it in GitHub Desktop.
Save boris1993/2fe360caeaaa3a398c4d66ae62a04d00 to your computer and use it in GitHub Desktop.
Select update in MySQL
UPDATE users AS target, users AS source
SET target.name_one = source.name_colX
WHERE target.user_id = source.user_id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment