Skip to content

Instantly share code, notes, and snippets.

@fracasula
Created March 12, 2015 14:48
Show Gist options
  • Select an option

  • Save fracasula/ca39dbd65dbb671cab10 to your computer and use it in GitHub Desktop.

Select an option

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