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;`

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest version of postgresql?

959