Skip to content

Instantly share code, notes, and snippets.

@fracasula
Created March 12, 2015 14:48
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 fracasula/ca39dbd65dbb671cab10 to your computer and use it in GitHub Desktop.
Save fracasula/ca39dbd65dbb671cab10 to your computer and use it in GitHub Desktop.
Update with Join in MySQL
UPDATE TABLEA a
JOIN TABLEB b ON a.join_colA = b.join_colB
SET a.columnToUpdate = [something]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment