mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 21:42:39 +00:00
9 lines
271 B
MySQL
9 lines
271 B
MySQL
|
-- 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;
|