Skip to content

Instantly share code, notes, and snippets.

@atsea
Created December 3, 2014 15:36
Show Gist options
  • Save atsea/e5d993348b69181a7070 to your computer and use it in GitHub Desktop.
Save atsea/e5d993348b69181a7070 to your computer and use it in GitHub Desktop.
SQL: Delete column from table
ALTER TABLE table_name DROP column_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment