HappenLee commented on code in PR #3130: URL: https://github.com/apache/doris-website/pull/3130#discussion_r2597109226
########## i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/date-time-functions/timestamp.md: ########## @@ -59,4 +64,27 @@ SELECT TIMESTAMP(NULL); | NULL | +-----------------+ +-- 两个参数,返回两个参数相加的结果(Date/DateTime + Time) Review Comment: 第二个参数是个非法的time类型,比如秒是65秒会怎么样呢?check一下我们和mysql的行为 -- 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]
