ClickHouse/tests/queries/0_stateless/02133_distributed_queries_formatting.sql

2 lines
98 B
MySQL
Raw Normal View History

2021-12-09 22:00:56 +00:00
SELECT * FROM cluster(test_cluster_two_shards, view(SELECT 'Hello' AS all, 'World' AS distinct));