mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Cosmetics
This commit is contained in:
parent
70adb4ca17
commit
38a2ba5769
@ -473,7 +473,7 @@ Shows all [users](../../guides/sre/user-management/index.md#user-account-managem
|
||||
``` sql
|
||||
SHOW ACCESS
|
||||
```
|
||||
## SHOW CLUSTER(s)
|
||||
## SHOW CLUSTER(S)
|
||||
|
||||
Returns a list of clusters. All available clusters are listed in the [system.clusters](../../operations/system-tables/clusters.md) table.
|
||||
|
||||
|
@ -158,7 +158,7 @@ String InterpreterShowTablesQuery::getRewrittenQuery()
|
||||
else if (query.where_expression)
|
||||
rewritten_query << " AND (" << query.where_expression << ")";
|
||||
|
||||
/// (*)
|
||||
/// (*)
|
||||
rewritten_query << " ORDER BY name ";
|
||||
|
||||
if (query.limit_length)
|
||||
|
Loading…
Reference in New Issue
Block a user