Skip to content

Instantly share code, notes, and snippets.

@jshcrowthe
Last active August 29, 2015 13:57
Show Gist options
  • Save jshcrowthe/9747198 to your computer and use it in GitHub Desktop.
Save jshcrowthe/9747198 to your computer and use it in GitHub Desktop.
SQL Update Statement
UPDATE table_name SET column_1='new_column_value', column_2='new_column_value' WHERE Column_Test='Column_value';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment