Skip to content

Instantly share code, notes, and snippets.

@donamkhanh
Created January 20, 2016 08:10
Show Gist options
  • Save donamkhanh/a4d211725a3679f2b452 to your computer and use it in GitHub Desktop.
Save donamkhanh/a4d211725a3679f2b452 to your computer and use it in GitHub Desktop.
UPDATE callbacks cb
INNER JOIN clients c
ON c.id = cb.client_id
SET cb.client_user_id = c.user_id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment