yiguolei commented on code in PR #31090:
URL: https://github.com/apache/doris/pull/31090#discussion_r1494050996


##########
docs/zh-CN/docs/sql-manual/sql-reference/Data-Types/DATETIME.md:
##########
@@ -35,13 +35,13 @@ DATETIMEV2
 ### description
 
 DATETIME([P])
-日期时间类型,可选参数P表示时间精度,取值范围是[0, 6],即最多支持6位小数(微秒)。不设置时为0。
-取值范围是['0000-01-01 00:00:00[.000000]', '9999-12-31 23:59:59[.999999]'].
-打印的形式是'yyyy-MM-dd HH:mm:ss.SSSSSS'
+日期时间类型,可选参数 P 表示时间精度,取值范围是[0, 9],即最多支持 9 位小数(微秒)。不设置时为 0。

Review Comment:
   9 位小数,为啥是微秒?



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to