Alter column is a part of sql's Alter table statement used to change an existing column in a table.
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