linrrzqqq commented on code in PR #3085:
URL: https://github.com/apache/doris-website/pull/3085#discussion_r2555031853


##########
i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-functions/scalar-functions/date-time-functions/century.md:
##########


Review Comment:
   中文这里整体再写下



##########
docs/sql-manual/sql-functions/scalar-functions/numeric-functions/century.md:
##########
@@ -0,0 +1,106 @@
+---
+{
+    "title": "Century",
+    "language": "en"
+}
+---
+
+## Description
+
+The century corresponding to the given date
+
+## Syntax
+
+```sql
+century(<x>)
+```
+
+## Parameters
+
+| Parameter | Description |  
+| -- | -- |  
+| `<x>` | It returns the century of the corresponding date and supports error 
type handling.  |  

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]

Reply via email to