Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion sql-statements/sql-statement-show-stats-meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aliases: ['/docs/dev/sql-statements/sql-statement-show-stats-meta/']

You can use `SHOW STATS_META` to view how many rows are in a table and how many rows are changed in that table. When using this statement, you can filter the needed information by the `ShowLikeOrWhere` clause.

Currently, the `SHOW STATS_META` statement outputs 6 columns:
Currently, the `SHOW STATS_META` statement outputs the following columns:

| Column name | Description |
| -------- | ------------- |
Expand All @@ -18,6 +18,7 @@ Currently, the `SHOW STATS_META` statement outputs 6 columns:
| update_time | Last updated time |
| modify_count | The number of rows modified |
| row_count | The total row count |
| last_analyze_time | The last time the table is analyzed |

> **Note:**
>
Expand Down