ClickHouse/tests/queries/0_stateless/02813_any_value.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
128 B
MySQL
Raw Normal View History

2023-07-16 14:35:51 +00:00
SET max_block_size = 10, max_threads = 1;
select any_value(number) from numbers(10);
select aNy_VaLue(number) from numbers(10);