Skip to content

Instantly share code, notes, and snippets.

@jaredjburgess
Created February 21, 2016 14:57
Show Gist options
  • Save jaredjburgess/c7c65dcdb9d1d5cf5fd5 to your computer and use it in GitHub Desktop.
Save jaredjburgess/c7c65dcdb9d1d5cf5fd5 to your computer and use it in GitHub Desktop.
PostgreSQL syntax to drop a column from a 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