请帮助将整数类型的列修改为整数数组:
content_id
我创建了一个包含整数类型列的表。然后我尝试将其更改content_id(integer)
为integer[](integer array)
但其显示错误如下所示:
TestDatabase=# ALTER TABLE tbl_handset_content ALTER COLUMN content_id TYPE integer[];
ERROR: column "content_id" cannot be cast to type "pg_catalog.int4[]"
问候,
斯拉万