Top "Alter-column" questions

Alter column is a part of sql's Alter table statement used to change an existing column in a table.

Convert postgresql column from character varying to integer

I'm trying to change a column type from "character varying(15)" to an integer. If I run "=#SELECT columnX from tableY …

postgresql alter-table psql alter-column