Answers for "postgresql drop column from table"

SQL
10

psql drop column

ALTER TABLE table_name 
DROP COLUMN column_name;
Posted by: Guest on July-05-2020
0

postgresql drop table

DROP TABLE name;
Posted by: Guest on March-20-2021

Code answers related to "postgresql drop column from table"

Code answers related to "SQL"

Browse Popular Code Answers by Language