Skip to content

Instantly share code, notes, and snippets.

@ArCiGo
Created May 19, 2019 23:37
Show Gist options
  • Save ArCiGo/035a6ebab5be3ccb847ddf341562ba02 to your computer and use it in GitHub Desktop.
Save ArCiGo/035a6ebab5be3ccb847ddf341562ba02 to your computer and use it in GitHub Desktop.
UPDATE "table_name"
SET column_1 = [value1],
column_2 = [value2],
...
WHERE "condition";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment