One - One Code All

Blog Content

postgresql修改字段长度

PostgreSQL   2015-11-12 17:10:46

把表中相应的字段的长度修改为2000。

ALTER TABLE your_table_name alter COLUMN your_column_name type character varying(2000);



上一篇:postgresql表结构及数据复制
下一篇:Postgresql UNION 和UNION ALL 用法以及应用场景

The minute you think of giving up, think of the reason why you held on so long.