HappenLee commented on code in PR #2935:
URL: https://github.com/apache/doris-website/pull/2935#discussion_r2415514730


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/date-time-functions/curtime.md:
##########
@@ -16,9 +16,16 @@
 ## 语法
 
 ```sql
-CURTIME()
+CURTIME([<precision>])
 ```
 
+## 参数
+
+| 参数            | 说明                                                           
                                                                       |
+|---------------|-------------------------------------------------------------------------------------------------------------------------------------|
+| `<precision>` | 可选参数,表示返回值的小数秒部分的精度,取值范围为 0 到 6。默认为 0,即不返回小数秒部分。 |

Review Comment:
   need desc the param must be const val



-- 
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