yiguolei commented on code in PR #2687: URL: https://github.com/apache/doris-website/pull/2687#discussion_r2247141764
########## i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/aggregate-functions/approx-count-distinct.md: ########## @@ -30,13 +30,63 @@ APPROX_COUNT_DISTINCT(<expr>) ## 举例 ```sql -select approx_count_distinct(query_id) from log_statis group by datetime; +-- setup Review Comment: 改一下描述,比如我看snowflake 里 count distinct 的描述:Returns either the number of non-NULL records for the specified columns https://docs.snowflake.com/en/sql-reference/functions/count -- 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]
