adspace
How do I add a column in postgresql?
Answer Posted / Akhil Rastogi
To add a new column to an existing table, you can use the following command: `ALTER TABLE table_name ADD COLUMN column_name data_type;`
Post New Answer View All Answers
What is the latest version of postgresql?
959