Optimized some descriptions in the documents.

This commit is contained in:
fhxing168 2020-07-22 18:39:08 +08:00
parent 52c34f4170
commit 4790c511ab
2 changed files with 3 additions and 3 deletions

View File

@ -12,13 +12,13 @@ DROP CACHE table
Description
-----------
`DROP CACHE` deletes cache metadata of the `table` from coordinator only. Workers' caches purged automatically by expiry time
`DROP CACHE` deletes cache metadata of the `table` from coordinator only. Workers\' caches purged automatically by expiry time
or by reaching size limit but recurring splits will not reuse any cached node assignments.
Examples
--------
Drop cache metadata for 'sales' table
Drop cache metadata for \'sales\' table
```sql
DROP CACHE sales

View File

@ -794,7 +794,7 @@ ARGENTINA | AMERICA
**说明**
*对相关子查询的支持有限。****并不是每个标准表单都受支持。*
*对相关子查询的支持有限。并不是每个标准表单都受支持。*
### EXISTS