fix ADMIN-CHECK-TABLET typo (#16389)
This commit is contained in:
@ -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" = "...");
|
||||
```
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ ADMIN CHECK TABLET
|
||||
语法:
|
||||
|
||||
```sql
|
||||
ADMIN CHECK TABLE (tablet_id1, tablet_id2, ...)
|
||||
ADMIN CHECK TABLET (tablet_id1, tablet_id2, ...)
|
||||
PROPERTIES("type" = "...");
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user