ClickHouse/tests/queries/0_stateless/01293_show_clusters.sql

4 lines
88 B
MySQL
Raw Normal View History

2020-06-05 09:13:13 +00:00
show clusters;
show clusters like 'test%' limit 1;
show cluster 'test_shard_localhost';