PostgreSQL 修改列报错:cannot be cast automatically to type integer
Posted 命运的绯色结局
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PostgreSQL 修改列报错:cannot be cast automatically to type integer相关的知识,希望对你有一定的参考价值。
如果你直接使用可视化工具修改一个varchar字段为int类型的时候,可能会报错,
这里就需要自己去写一个语句去修改了
调整执行语句:ALTER TABLE table_name ALTER COLUMN column_name TYPE integer USING(column_name::integer);
这样的话,修改就可以正常的修改了。
以上是关于PostgreSQL 修改列报错:cannot be cast automatically to type integer的主要内容,如果未能解决你的问题,请参考以下文章
170PostgreSQL 10字段类型从字符串修改成整型,报错column cannot be cast automatically to type integer
excel数据导入SQL SERVER 2000 时间列报错 导入失败