mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-05 14:02:21 +00:00
6 lines
208 B
SQL
6 lines
208 B
SQL
-- Tags: distributed
|
|
|
|
SET allow_experimental_analyzer = 1;
|
|
|
|
EXPLAIN ESTIMATE SELECT 0 = 1048577, NULL, groupBitmapOr(bitmapBuild([toInt32(65537)])) FROM cluster(test_cluster_two_shards) WHERE NULL = 1048575;
|