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

date_floor与date_ceil不能使用,提示找不到函数,不是预期的函数名

Asked Jun 26, 2024 Modified Jan 1, 0001
Viewed 37
2.1

image.png

select date_ceil("2023-07-13 22:28:18",interval 5 second);
select date_ceil("2023-07-13 22:28:18",interval 5 minute);
select date_floor("0001-01-01 00:00:16",interval 5 second);
select date_floor("0001-01-01 00:00:18",interval 5 second);
edited Jan 1, 0001
abjfh17
asked Jun 26, 2024
1 Answers

你的2.1具体是哪个版本呢?你上面给的例子,我在2.1.3可以使用的
2.0版本已经修复了,pr https://github.com/apache/doris/pull/36867

edited Jun 26, 2024
徐振超@SelectDB7056
answered Jun 26, 2024
Related Questions
请教一下如果从commit成功的checkpoint恢复时任务时会发生啥
doris2 列查询性能问题
2 answers
时间分区字段str_to_date格式不正确后直接全表扫描导致CPU飙升
1 answers
查询doris外部表分区存在穿刺情况
Java 使用jdbc 驱动doris 数据库,进行批量压测插入操作,会显示有规律的突刺,怎么办,有3个FE 10个Be,各种参数调试已经调过了,还有没有其它方法处理
3 answers
2.1.9报错:Fail to do ZSTD compress due to exception std
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 中文技术论坛.