KassieZ commented on code in PR #1875: URL: https://github.com/apache/doris-website/pull/1875#discussion_r1921847810
########## docs/sql-manual/sql-functions/aggregate-functions/any-value.md: ########## @@ -24,29 +24,39 @@ specific language governing permissions and limitations under the License. --> -## ANY_VALUE +## description Review Comment: Description, D should be upper case ########## docs/sql-manual/sql-functions/aggregate-functions/any-value.md: ########## @@ -24,29 +24,39 @@ specific language governing permissions and limitations under the License. --> -## ANY_VALUE +## description -ANY_VALUE +Returns any value from the expression or column in the group. If there is a non-NULL value, it returns any non-NULL value; otherwise, it returns NULL. +## Alias -### description -#### Syntax +`ANY` + +## Syntax `ANY_VALUE(expr)` -If there is a non NULL value in expr, any non NULL value is returned; otherwise, NULL is returned. +## Parameters + +| Parameter | Description | +| -- | -- | +| `expr` | The column or expression to be aggregated. | + +## Return Value -Alias function: `ANY(expr)` +Returns any non-NULL value if a non-NULL value exists, otherwise returns NULL. -### example +## example + +``` Review Comment: should add code block ########## docs/sql-manual/sql-functions/aggregate-functions/any-value.md: ########## @@ -24,29 +24,39 @@ specific language governing permissions and limitations under the License. --> -## ANY_VALUE +## description -ANY_VALUE +Returns any value from the expression or column in the group. If there is a non-NULL value, it returns any non-NULL value; otherwise, it returns NULL. +## Alias -### description -#### Syntax +`ANY` + +## Syntax `ANY_VALUE(expr)` -If there is a non NULL value in expr, any non NULL value is returned; otherwise, NULL is returned. +## Parameters + +| Parameter | Description | +| -- | -- | +| `expr` | The column or expression to be aggregated. | + +## Return Value -Alias function: `ANY(expr)` +Returns any non-NULL value if a non-NULL value exists, otherwise returns NULL. -### example +## example Review Comment: Example, E should be upper case -- 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