ClickHouse/tests/queries/0_stateless/02133_distributed_queries_formatting.sql
Alexey Milovidov f1f66b7862 Add a test
2021-12-10 01:00:56 +03:00

2 lines
98 B
SQL

SELECT * FROM cluster(test_cluster_two_shards, view(SELECT 'Hello' AS all, 'World' AS distinct));