yagagagaga commented on code in PR #16884:
URL: https://github.com/apache/doris/pull/16884#discussion_r1109644590


##########
docs/zh-CN/docs/sql-manual/sql-functions/aggregate-functions/grouping.md:
##########
@@ -25,25 +25,82 @@ under the License.
 -->
 
 ## GROUPING
-### description
-#### Syntax
 
-`GROUPING(expr)`
+用在含有 CUBE、ROLLUP 或 GROUPING SETS 的SQL语句中,用于表示进行 CUBE、ROLLUP 或 GROUPING SETS 
操作的列是否汇总。当结果集中的数据行是 CUBE、ROLLUP 或 GROUPING SETS 操作产生的汇总结果时,该函数返回 1,否则返回 
0。GROUPING 函数可以在 `SELECT`、`HAVING` 和 `ORDER BY` 子句当中使用。

Review Comment:
   I have made corrections.



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