This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push: new 1dbc220a3b2 [typo](doc) delete error description in window-function-sum 2.0 doc (#29074) 1dbc220a3b2 is described below commit 1dbc220a3b28eb49ef3ead7dd9612fde4938c425 Author: ZhenchaoXu <49646212+i...@users.noreply.github.com> AuthorDate: Wed Dec 27 09:21:59 2023 +0800 [typo](doc) delete error description in window-function-sum 2.0 doc (#29074) --- .../sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-SUM.md | 2 +- .../sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-SUM.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-SUM.md b/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-SUM.md index 11d29c401df..cd75600e3d9 100644 --- a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-SUM.md +++ b/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-SUM.md @@ -17,7 +17,7 @@ Unless required by applicable law or agreed to in writing, software distributed Calculate the sum of the data in the window ```sql -SUM([DISTINCT | ALL] expression) [OVER (analytic_clause)] +SUM([ALL] expression) [OVER (analytic_clause)] ``` ### example diff --git a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-SUM.md b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-SUM.md index b5e71e11839..22bcc7f972d 100644 --- a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-SUM.md +++ b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-SUM.md @@ -17,7 +17,7 @@ Unless required by applicable law or agreed to in writing, software distributed 计算窗口内数据的和 ```sql -SUM([DISTINCT | ALL] expression) [OVER (analytic_clause)] +SUM([ALL] expression) [OVER (analytic_clause)] ``` ### example --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org