Apache Doris 中文技术论坛
Questions Tags Users Badges

在select 子语句中使用标量子查询执行查询正常,创建为视图执行报错

Asked 5h ago Modified Jan 1, 0001
Viewed 5
query

示例sql:
SELECT
ranking,
p.assignee_name,
work_month,
(
SELECT
median AS median
FROM
day_p AS day_p
WHERE
work_month = p.work_month) AS median_p
FROM
p_data AS p
GROUP BY
p.assignee_name,
p.work_month,
p.leave_days,
p.work_days

edited Jan 1, 0001
xycheng1
asked 5h ago
0 Answers
Related Questions
在select 子语句中使用标量子查询执行查询正常,创建为视图执行报错
get_json_string/json_extract 在不同的Doris版本中结果不一致
1 answers
Doris4.0.2版本,集群部署模式3台主机,不稳定,经常报错。insert报failed to write enough replicas 0/1 for tablet,select查询也报错
1 answers
[Bug] Arrow Flight SQL 在大数据量下出现 StringArray 偏移量损坏与内存越界
倒排索引match返回结果不正确
1 answers
Doris无法查询information_schema.tables表信息
1 answers

Terms of service Privacy policy

Powered by Answer - the open-source software that powers Q&A communities.
Made with love © 2026 Apache Doris 中文技术论坛.