DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Databases
Rename Table Column
Rename Table Column
Post Example
Examples
Filter
Rename Table Column in Postgres
by yhuang
SQL
ALTER
TABLE
table_name
RENAME
COLUMN
old_name
TO
new_name;
Copy
Filter by Language
Apply
Cancel