Created
February 21, 2016 14:57
-
-
Save jaredjburgess/c7c65dcdb9d1d5cf5fd5 to your computer and use it in GitHub Desktop.
PostgreSQL syntax to drop a column from a table
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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