zclllyybb commented on code in PR #2965:
URL: https://github.com/apache/doris-website/pull/2965#discussion_r2426337664


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/date-time-functions/day-ceil.md:
##########
@@ -79,6 +79,14 @@ select day_ceil("2023-07-13 22:28:18");
 | 2023-07-14 00:00:00             |
 +---------------------------------+
 
+-- 只有起始日期和指定日期
+select day_ceil("2023-07-13 22:28:18", "2021-07-01 00:00:00");

Review Comment:
   你这个测试说明不了问题,结果跟单参数的一样。day_ceil那这个case的time部分就不应该是0,才能有说明意义



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to