执行会报错,cannot be cast automatically to type integer
调整执行语句:ALTER TABLE table_name ALTER COLUMN column_name TYPE integer USING(column_name::integer);
运行正常。 原文链接:https://www.f2er.com/postgresql/195805.html执行会报错,cannot be cast automatically to type integer
调整执行语句:ALTER TABLE table_name ALTER COLUMN column_name TYPE integer USING(column_name::integer);
运行正常。 原文链接:https://www.f2er.com/postgresql/195805.html