sql >> Base de Datos >  >> RDS >> PostgreSQL

Postgres:convertir varchar a texto

ALTER TABLE table1 ALTER COLUMN column1 TYPE text;