zclllyybb commented on code in PR #2694: URL: https://github.com/apache/doris-website/pull/2694#discussion_r2374731254
########## i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/date-time-functions/curdate.md: ########## @@ -9,6 +9,8 @@ 获取当前的日期,以 DATE 类型返回。 +该函数与 mysql 中的 [curdate 函数](https://dev.mysql.com/doc/refman/8.4/en/date-and-time-functions.html#function_adddate) 行为一致 + ## 别名 - curdate Review Comment: 保证所有别名都有文档 -- 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]
