Erreur: Impossible de trouver le type de tableau pour les informations sur le type de données_schema.sql_identifier

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

  •  31-10-2019
  •  | 
  •  

Question

J'essaie d'exécuter la commande SQL ci-dessous:

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

Et j'obtiens l'erreur ci-dessous:

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

Pas de solution correcte

Licencié sous: CC-BY-SA avec attribution
Non affilié à dba.stackexchange
scroll top