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