linrrzqqq commented on code in PR #3085:
URL: https://github.com/apache/doris-website/pull/3085#discussion_r2555042846
##########
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. |
+
+## Return Value
+
+The century corresponding to the given date
+
+## Special Cases
Review Comment:
参考下其他函数的文档格式哈,这块应该是合到上面的 `Return Value` 里面的
--
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]