Answers for "postgresql drop field"

SQL
4

psql drop field

ALTER TABLE table_name DROP COLUMN column_name;
Posted by: Guest on March-13-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language