Merge pull request #13346 from taosdata/docs/dingbo8128-patch-1-3

docs: fix minor md grammar error
This commit is contained in:
wade zhang 2022-06-01 11:58:04 +08:00 committed by GitHub
commit 9e4bbfe0c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ There are about 200 keywords reserved by TDengine, they can't be used as the nam
Get the table name and tag values of all subtables in a STable.
```mysql
SELECT TBNAME, location FROM meters;
```
Count the number of subtables in a STable.
```mysql