yiguolei commented on code in PR #2699:
URL: https://github.com/apache/doris-website/pull/2699#discussion_r2252887632


##########
docs/sql-manual/sql-functions/aggregate-functions/min.md:
##########
@@ -28,13 +28,77 @@ Returns the same data type as the input expression.
 ## Example
 
 ```sql
-select MIN(scan_rows) from log_statis group by datetime;
+-- setup
+create table t1(

Review Comment:
   Description 章节和 Return Value 章节,至少得覆盖snowflake对函数的描述和return value的描述



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

Reply via email to