mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 01:54:55 +00:00
4 lines
88 B
SQL
4 lines
88 B
SQL
show clusters;
|
|
show clusters like 'test%' limit 1;
|
|
show cluster 'test_shard_localhost';
|