Skip to content

Instantly share code, notes, and snippets.

@hm0429
Created October 7, 2015 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hm0429/00442abc7ffe285b5247 to your computer and use it in GitHub Desktop.
Save hm0429/00442abc7ffe285b5247 to your computer and use it in GitHub Desktop.
SQL: データの更新
UPDATE table
SET update_column = update_value
WHERE condition_column = condition_value;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment