Skip to content

Instantly share code, notes, and snippets.

@MaxLynam
Created October 7, 2012 15:31
Show Gist options
  • Save MaxLynam/3848677 to your computer and use it in GitHub Desktop.
Save MaxLynam/3848677 to your computer and use it in GitHub Desktop.
SQL to replace all values of a column
UPDATE my_table SET my_field = 'my url or other entry'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment