ClickHouse/tests/queries/0_stateless/01293_show_clusters.sql
2020-06-08 10:23:57 +08:00

4 lines
88 B
SQL

show clusters;
show clusters like 'test%' limit 1;
show cluster 'test_shard_localhost';