Created
October 15, 2018 04:51
-
-
Save ColonelBuendia/fcc996f180aa65c8896806410ff2285d to your computer and use it in GitHub Desktop.
[update] update sql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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