gpt4 book ai didi

postgresql - 为什么 Citus 会因某些 bool 约束而出错?

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

如果我运行这个查询:

SELECT "t1"."id" FROM "session" AS t1 WHERE ("t1"."dirty" = TRUE) ORDER BY "t1"."id" LIMIT 1000;

我收到以下错误:

Error : ERROR:  unsupported clause type

此查询在本地表上运行完美。为什么在分布式表上使用 Citus 时会引发错误?

最佳答案

代替:

"t1"."dirty" = TRUE 

使用:

"t1"."dirty" IS TRUE

关于postgresql - 为什么 Citus 会因某些 bool 约束而出错?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31582312/

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