Answers for "how to change the column type in postgresql through pgadmin"

SQL
9

postgresql change column type

ALTER TABLE assets ALTER COLUMN name TYPE VARCHAR;
Posted by: Guest on May-26-2020

Code answers related to "how to change the column type in postgresql through pgadmin"

Code answers related to "SQL"

Browse Popular Code Answers by Language