在使用clickhouse的时候报错了:
Received exception from server (version 19.5.3):
Code: 125. DB::Exception: Received from localhost:9000, 127.0.0.1. DB
在使用ClickHouse时遇到DB::Exception错误,问题源于查询语句中的子查询返回了多个结果。要统计每个appid的唯一数,可以使用SQL的COUNT(DISTINCT appid)来实现,这将自动按appid分类并计数。参考Stack Overflow上的解决方案。
在使用clickhouse的时候报错了:
Received exception from server (version 19.5.3):
Code: 125. DB::Exception: Received from localhost:9000, 127.0.0.1. DB
378

被折叠的 条评论
为什么被折叠?