Vol. I · A Postgres HandbookTwelve chapters · · 756 queries

The Query & the Schema

A reading-room reference for writing PostgreSQL by hand — selects to window functions, with the schema in plain view.

FrontChaptersSchemaColophon
Chapters · Basic SELECT · Query 039 / 136
EasyBasic SELECT

Add a new column to an existing table

The query

SQL
ALTER TABLE employees 
ADD COLUMN phone_number VARCHAR(20);
Tested against PostgreSQL 16

Note

“Adds a new column. Existing rows will have NULL for this column.

Tables referenced

  • employees10 cols

← Previous

Create table with IF NOT EXISTS

Next →

Rename a column

The Query & the Schema

Set in Fraunces and Inter Tight. Printed on parchment, in oxblood and ink. No tracking, no accounts, no JavaScript on the answer pages beyond what your browser needs to copy a query.

Compiled for Postgres 16 · MMXXVI