Skip to content

Instantly share code, notes, and snippets.

@TheBrotherFromASouthernMother
Created June 15, 2019 02:44
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 TheBrotherFromASouthernMother/75feb3ed8da9b41f82183a568cdd730f to your computer and use it in GitHub Desktop.
Save TheBrotherFromASouthernMother/75feb3ed8da9b41f82183a568cdd730f to your computer and use it in GitHub Desktop.
Updating one column with values from another column (SQL)
Update "table_name" SET "column_B" = "column_A"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment