zclllyybb commented on code in PR #3085:
URL: https://github.com/apache/doris-website/pull/3085#discussion_r2557105632
##########
i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-functions/scalar-functions/date-time-functions/century.md:
##########
@@ -0,0 +1,62 @@
+---
+{
+ "title": "CENTURY",
+ "language": "zh-CN"
+}
+---
+
+## 描述
+CENTURY 函数用于提取指定日期或时间值中的世纪部分,返回整数形式的世纪。支持处理 DATE、DATETIME 类型。
+
+## 语法
+```sql
+CENTURY(<date_or_time_expr>) [AS <alias>]
Review Comment:
no need to add `[AS <alias>]`. keep structure same between same docs in
different branch
--
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]