mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
4 lines
128 B
SQL
4 lines
128 B
SQL
SET max_block_size = 10, max_threads = 1;
|
|
select any_value(number) from numbers(10);
|
|
select aNy_VaLue(number) from numbers(10);
|