gpt4 book ai didi

sql - redshift array_to_string 不适用于 union

转载 作者:行者123 更新时间:2023-11-29 12:21:18 25 4
gpt4 key购买 nike

我试图在 redshift 中运行带有联合的 array_to_string,但我不断收到以下错误消息:

ERROR: Specified types or functions (one per INFO message) not supported on Redshift tables. [SQL State=0A000] 

查询本身非常简单,所以我不确定为什么我一直收到这个问题,有人可以指教

(SELECT array_to_string(array(select column_name::text from information_schema.columns where table_name= 'customer_insert' order by ordinal_position),'|'))
UNION
(select "user.firstname"::text from digital.customer_insert where "user.isocountrycode" = 'BE' limit 2)

最佳答案

遗憾的是 Redshift 不支持 Postgres 的 Array 类型: http://docs.aws.amazon.com/redshift/latest/dg/c_unsupported-postgresql-datatypes.html

关于sql - redshift array_to_string 不适用于 union,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22297561/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com