mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 03:25:15 +00:00
4 lines
88 B
MySQL
4 lines
88 B
MySQL
|
show clusters;
|
||
|
show clusters like 'test%' limit 1;
|
||
|
show cluster 'test_shard_localhost';
|