From ab9a6da9466117e23bfd1b911743afa1182ba096 Mon Sep 17 00:00:00 2001 From: xzhangxian1008 Date: Wed, 12 Feb 2025 10:56:47 +0800 Subject: [PATCH] Update functions-and-operators/aggregate-group-by-functions.md --- functions-and-operators/aggregate-group-by-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions-and-operators/aggregate-group-by-functions.md b/functions-and-operators/aggregate-group-by-functions.md index 381cbb4fa5b5a..8369bd5acaa1e 100644 --- a/functions-and-operators/aggregate-group-by-functions.md +++ b/functions-and-operators/aggregate-group-by-functions.md @@ -78,7 +78,7 @@ Except for the `GROUP_CONCAT()` and `APPROX_PERCENTILE()` functions, all the pre SELECT APPROX_COUNT_DISTINCT(a, b) FROM t GROUP BY c; ``` - ```sql + ``` +-----------------------------+ | approx_count_distinct(a, b) | +-----------------------------+