Drop Column From Local Database Postgres Pgadmin

[Solved] Drop Column From Local Database Postgres Pgadmin | Sql - Code Explorer | yomemimo.com
Question : drop column from local database postgres pgadmin

Answered by : mitchaloha

alter table <table_name> drop column <column_name>;

Source : https://popsql.com/learn-sql/postgresql/how-to-drop-a-column-in-postgresql | Last Update : Tue, 02 Nov 21

Answers related to drop column from local database postgres pgadmin

Code Explorer Popular Question For Sql