mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
9 lines
271 B
SQL
9 lines
271 B
SQL
-- https://github.com/ClickHouse/ClickHouse/issues/63264
|
|
SELECT count()
|
|
FROM remote(test_cluster_two_shards, system, one)
|
|
GROUP BY 'hi'
|
|
SETTINGS
|
|
allow_experimental_analyzer = 1,
|
|
group_by_two_level_threshold = 1,
|
|
group_by_two_level_threshold_bytes = 33950592;
|