Answers for "DELETE column type postgresql"

SQL
10

psql drop column

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

postgresql delete type

DROP TYPE type_name;
Posted by: Guest on March-19-2021

Code answers related to "DELETE column type postgresql"

Code answers related to "SQL"

Browse Popular Code Answers by Language