From 156457b8d60664fadf35cc6279d5bffbd9b99664 Mon Sep 17 00:00:00 2001 From: Aolin Date: Wed, 7 Aug 2024 15:45:50 +0800 Subject: [PATCH] refine wording --- sql-statements/sql-statement-show-stats-buckets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql-statements/sql-statement-show-stats-buckets.md b/sql-statements/sql-statement-show-stats-buckets.md index a37c41b33e0a3..f1df822e205d3 100644 --- a/sql-statements/sql-statement-show-stats-buckets.md +++ b/sql-statements/sql-statement-show-stats-buckets.md @@ -21,7 +21,7 @@ Currently, the `SHOW STATS_BUCKETS` statement returns the following columns: | `Repeats` | The occurrence number of the maximum value | | `Lower_bound` | The minimum value | | `Upper_bound` | The maximum value | -| `Ndv` | The number of distinct values in the bucket. This field is deprecated and always is 0 due to its inaccurate value. | +| `Ndv` | The number of distinct values in the bucket. This field is deprecated and always shows `0` due to its inaccurate value. | ## Synopsis