This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new cf7baa8c72c [typo](doc)Modify windows-function-avg in docs1.2 (#29729) cf7baa8c72c is described below commit cf7baa8c72c05d8f73a63953fe267d212c5a63ae Author: ZhenchaoXu <49646212+i...@users.noreply.github.com> AuthorDate: Tue Jan 9 17:40:35 2024 +0800 [typo](doc)Modify windows-function-avg in docs1.2 (#29729) --- .../sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-AVG.md | 2 +- .../sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-AVG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-AVG.md b/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-AVG.md index c739e94a7c2..75c4eccd8e7 100644 --- a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-AVG.md +++ b/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-AVG.md @@ -17,7 +17,7 @@ Unless required by applicable law or agreed to in writing, software distributed Calculate the mean of the data within the window ```sql -AVG([DISTINCT | ALL] *expression*) [OVER (*analytic_clause*)] +AVG([ALL] *expression*) [OVER (*analytic_clause*)] ``` ### example diff --git a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-AVG.md b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-AVG.md index cd8e8a12950..7fdd06a0e1f 100644 --- a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-AVG.md +++ b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-AVG.md @@ -17,7 +17,7 @@ Unless required by applicable law or agreed to in writing, software distributed 计算窗口内数据的平均值 ```sql -AVG([DISTINCT | ALL] *expression*) [OVER (*analytic_clause*)] +AVG([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