我正在尝试运行以下 sql 命令:
SELECT ARRAY(
SELECT column_name
FROM information_schema.columns
WHERE table_name ='gis_field_configuration_stage'
);
Run Code Online (Sandbox Code Playgroud)
我收到以下错误:
ERROR: could not find array type for datatype information_schema.sql_identifier
Run Code Online (Sandbox Code Playgroud)