Answers for "drop column table postgres"

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 "SQL"

Browse Popular Code Answers by Language