Skip to content

Instantly share code, notes, and snippets.

@ColonelBuendia
Created October 15, 2018 04:51
Show Gist options
  • Save ColonelBuendia/fcc996f180aa65c8896806410ff2285d to your computer and use it in GitHub Desktop.
Save ColonelBuendia/fcc996f180aa65c8896806410ff2285d to your computer and use it in GitHub Desktop.
[update] update sql
UPDATE Table
SET Col = val, Col = val
WHERE Col = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment