mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 07:32:27 +00:00
4 lines
158 B
SQL
4 lines
158 B
SQL
-- don't show all clusters to reduce dependency on the configuration of server
|
|
show clusters like 'test_shard%' limit 1;
|
|
show cluster 'test_shard_localhost';
|