Errore: non è riuscito a trovare il tipo di array per dati di dati_schema.sql_identifier

dba.stackexchange https://dba.stackexchange.com/questions/32975

  •  31-10-2019
  •  | 
  •  

Domanda

Sto cercando di eseguire il comando SQL di seguito:

SELECT ARRAY(
    SELECT column_name 
    FROM information_schema.columns 
    WHERE table_name ='gis_field_configuration_stage'
);

E ottengo l'errore di seguito:

ERROR:  could not find array type for datatype information_schema.sql_identifier

Nessuna soluzione corretta

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a dba.stackexchange
scroll top