From f0e01d7061e9726a6f919c7883a01fad70ab824f Mon Sep 17 00:00:00 2001 From: NOTHING Date: Fri, 22 May 2026 20:14:27 +0800 Subject: [PATCH] Update COUNT function documentation for clarity Clarified the description of the COUNT function's behavior regarding NULL values. --- .../sql-manual/sql-functions/aggregate-functions/count.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-functions/aggregate-functions/count.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-functions/aggregate-functions/count.md index f4fffd4e2fb6f..f6d7f5485591e 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-functions/aggregate-functions/count.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-functions/aggregate-functions/count.md @@ -26,7 +26,7 @@ COUNT() ## 返回值 -返回值为数值类型。如果 expr 为 NULL,则不参数统计 +返回值为数值类型。如果 expr 为 NULL,则不参与统计 ## 举例