fix ADMIN-CHECK-TABLET typo (#16389)

This commit is contained in:
camby
2023-02-04 18:44:08 +08:00
committed by GitHub
parent 918004c016
commit 60386a46a6
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ This statement is used to perform the specified check operation on a set of tabl
grammar:
```sql
ADMIN CHECK TABLE (tablet_id1, tablet_id2, ...)
ADMIN CHECK TABLET (tablet_id1, tablet_id2, ...)
PROPERTIES("type" = "...");
```

View File

@ -37,7 +37,7 @@ ADMIN CHECK TABLET
语法:
```sql
ADMIN CHECK TABLE (tablet_id1, tablet_id2, ...)
ADMIN CHECK TABLET (tablet_id1, tablet_id2, ...)
PROPERTIES("type" = "...");
```