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

如何像mysql一样定义会话级别的临时表?CTE如何定义成会话级别?

Asked May 11, 2024 Modified May 13, 2024
Viewed 83
2.1 demand

1.在doris如何实现类似mysql临时表功能?

CREATE TEMPORARY TABLE temp_table_name AS
SELECT column1, column2, ...
FROM source_table
WHERE condition;

2.或者CTE是否可以在整个会话中生效?

edited May 13, 2024
wangdi29
asked May 11, 2024
1 Answers

这个暂时不支持,有想法的话,欢迎参与贡献呀~

edited May 13, 2024
徐振超@SelectDB7686
answered May 11, 2024
Related Questions
int类型写入数据超过范围不报错
有针对数据库运行异常时段生成一份类似于oracle AWR报告的方案吗
什么时候doris出一个物化视图编排的管理工具
unique 表类型, 不分区的情况下, 如果给数据设置ttl
Doris 2.1.11 一个BE节点负载高
3 answers
单表创建物化视图失败
1 answers

Terms of service Privacy policy

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