ClickHouse/tests/queries/0_stateless/03143_group_by_constant_secondary.sql
2024-05-03 11:35:23 +02:00

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;